Changeset 931 for trunk/packages/sipb-xen-autoinstaller
- Timestamp:
- Sep 28, 2008, 5:11:53 PM (16 years ago)
- Location:
- trunk/packages/sipb-xen-autoinstaller
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-autoinstaller/common/usr/sbin/sipb-xen-create-image
r929 r931 8 8 echo ,"${IMAGESIZE}"$',L,*\n,,S\n;\n;' | sfdisk -uM -H 255 -S 63 "$TARGET" 9 9 10 kpartx -a "$TARGET" # should be no-op in guest 11 10 12 xen-create-image --image-dev "${TARGET}1" --swap-dev "${TARGET}2" --fs ext3 --ide \ 11 13 --hostname "$HOSTNAME" --ip="$IP" --netmask=255.255.0.0 --gateway=18.181.0.1 \ 12 14 --arch "$ARCH" --dist "$DIST" --mirror "$MIRROR" --cache=yes 13 15 16 kpartx -d $VOLUME 17 14 18 exit 0 -
trunk/packages/sipb-xen-autoinstaller/debian/changelog
r929 r931 1 1 sipb-xen-autoinstaller (2.5) unstable; urgency=low 2 2 3 * Add sipb-xen-autoinstaller-host binary package, to contain 4 autoinstaller for system VMs 3 * Add sipb-xen-autoinstaller-host binary package 5 4 * Put common files in both binary packages 5 * Add beginnings of an installer script in -host package 6 6 7 -- Greg Price <price@mit.edu> Sun, 28 Sep 2008 1 6:36:56-04007 -- Greg Price <price@mit.edu> Sun, 28 Sep 2008 17:07:51 -0400 8 8 9 9 sipb-xen-autoinstaller (2.4) unstable; urgency=low
Note: See TracChangeset
for help on using the changeset viewer.