projects
/
invirt/packages/invirt-autoinstaller.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dd29b6
)
Moved network info under xen
author
Greg Brockman
<gdb@mit.edu>
Sat, 2 Jan 2010 05:11:16 +0000
(
00:11
-0500)
committer
Greg Brockman
<gdb@mit.edu>
Sat, 2 Jan 2010 05:11:16 +0000
(
00:11
-0500)
svn path=/trunk/packages/invirt-autoinstaller/; revision=2849
common/usr/sbin/invirt-create-image
patch
|
blob
|
history
diff --git
a/common/usr/sbin/invirt-create-image
b/common/usr/sbin/invirt-create-image
index
a00561b
..
9e555a5
100644
(file)
--- a/
common/usr/sbin/invirt-create-image
+++ b/
common/usr/sbin/invirt-create-image
@@
-11,11
+11,11
@@
set -e
if [ "$GATEWAY" = "" ]; then
- GATEWAY=$(invirt-getconf autoinstaller.gateway)
+ GATEWAY=$(invirt-getconf xen.network.gateway)
fi
if [ "$NETMASK" = "" ]; then
- NETMASK=$(invirt-getconf autoinstaller.netmask)
+ NETMASK=$(invirt-getconf xen.network.netmask)
fi
echo ,"${FSSIZE}"$',L,*\n,,S\n;\n;' | sfdisk -uM -H 255 -S 63 "$TARGET"