Changeset 931


Ignore:
Timestamp:
Sep 28, 2008, 5:11:53 PM (16 years ago)
Author:
price
Message:

first cut at on-host installer

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  
    88echo ,"${IMAGESIZE}"$',L,*\n,,S\n;\n;' | sfdisk -uM -H 255 -S 63 "$TARGET"
    99
     10kpartx -a "$TARGET"    # should be no-op in guest
     11
    1012xen-create-image --image-dev "${TARGET}1" --swap-dev "${TARGET}2" --fs ext3 --ide \
    1113 --hostname "$HOSTNAME" --ip="$IP" --netmask=255.255.0.0 --gateway=18.181.0.1 \
    1214 --arch "$ARCH" --dist "$DIST" --mirror "$MIRROR" --cache=yes
    1315
     16kpartx -d $VOLUME
     17
    1418exit 0
  • trunk/packages/sipb-xen-autoinstaller/debian/changelog

    r929 r931  
    11sipb-xen-autoinstaller (2.5) unstable; urgency=low
    22
    3   * Add sipb-xen-autoinstaller-host binary package, to contain
    4     autoinstaller for system VMs
     3  * Add sipb-xen-autoinstaller-host binary package
    54  * Put common files in both binary packages
     5  * Add beginnings of an installer script in -host package
    66
    7  -- Greg Price <price@mit.edu>  Sun, 28 Sep 2008 16:36:56 -0400
     7 -- Greg Price <price@mit.edu>  Sun, 28 Sep 2008 17:07:51 -0400
    88
    99sipb-xen-autoinstaller (2.4) unstable; urgency=low
Note: See TracChangeset for help on using the changeset viewer.