projects
/
invirt/packages/invirt-remote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fe0dc9
)
machine_name is the argument to the database
author
Tim Abbott
<tabbott@mit.edu>
Sun, 7 Oct 2007 22:14:26 +0000
(18:14 -0400)
committer
Tim 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
patch
|
blob
|
history
diff --git
a/files/usr/sbin/sipb-xen-boot
b/files/usr/sbin/sipb-xen-boot
index
ff0241d
..
6b61d0d
100755
(executable)
--- a/
files/usr/sbin/sipb-xen-boot
+++ b/
files/usr/sbin/sipb-xen-boot
@@
-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