machine_name is the argument to the database
authorTim Abbott <tabbott@mit.edu>
Sun, 7 Oct 2007 22:14:26 +0000 (18:14 -0400)
committerTim Abbott <tabbott@mit.edu>
Sun, 7 Oct 2007 22:14:26 +0000 (18:14 -0400)
svn path=/trunk/packages/sipb-xen-remctl-auto/sipb-xen-remctl-auto/; revision=124

files/usr/sbin/sipb-xen-boot

index ff0241d..6b61d0d 100755 (executable)
@@ -3,7 +3,7 @@ machine=$2
 cdrom=$3
 
 if [ -n "$cdrom" ]; then
-        xm create sipb-database machine_id="$machine" cdrom_image="$cdrom"
+        xm create sipb-database machine_name="$machine" cdrom_image="$cdrom"
 else
-        xm create sipb-database machine_id="$machine"
+        xm create sipb-database machine_name="$machine"
 fi