[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH] ioemu device-model ignores variables



Trivial patch. The device-model wrapper ignores cdrom and boot variables.
This patch adds them.

Signed-Off-By: Leendert van Doorn <leendert@xxxxxxxxxxxxxx>

--- xeno-unstable.orig/tools/ioemu/target-i386-dm/device-model  2005-05-23 
20:28:03.000000000 -0400
+++ xeno-unstable.mine/tools/ioemu/target-i386-dm/device-model  2005-05-27 
00:10:17.000000000 -0400
@@ -54,6 +54,14 @@
 PARMETER="$PARMETER -hdd $hdd"
 fi
 
+if [ ! -z $cdrom ];then
+PARMETER="$PARMETER -cdrom $cdrom"
+fi
+
+if [ ! -z $boot ];then
+PARMETER="$PARMETER -boot $boot"
+fi
+
 if [ ! -z $nographic ] && [ $nographic -eq 1 ];then
 PARMETER="$PARMETER -nographic"
 fi


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.