Changeset 1091


Ignore:
Timestamp:
Oct 9, 2008, 2:12:37 AM (16 years ago)
Author:
broder
Message:

Update the sipb-database script to match the remctl interface

Location:
trunk/packages/sipb-xen-database
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-database/client/etc/xen/sipb-database

    r1090 r1091  
    5050    codepath = 'paravm'
    5151
    52 if 'mirror' in locals(): #Installer
     52if 'installer_options' in locals(): #Installer
    5353    disk.append('phy:/dev/xenvg/s_install_hda,hdb,r')
    5454
     
    6262    extra += (' ip=%s::%s:%s:%s:eth0:off'
    6363         % (n.ip, config.dhcp.gateway, config.dhcp.netmask, machine.name))
    64     extra += ' mirror=%s dist=%s' % (mirror, dist)
    65     extra += ' imagesize=%s' % imagesize
    66     if 'noinstall' in locals():
    67         extra += ' noinstall'
     64    extra += ' %s' % installer_options[1:-1]
    6865    root = '/dev/hdb1'
    6966    codepath = None
  • trunk/packages/sipb-xen-database/debian/changelog

    r1090 r1091  
    33  * Look for CD images in /dev/xenvg/image_* and validate image name from
    44    the database
    5 
    6  -- Evan Broder <broder@mit.edu>  Thu, 09 Oct 2008 02:08:49 -0400
     5  * Pass the installer arguments unaltered to the kernel, matching the
     6    remctl interface
     7
     8 -- Evan Broder <broder@mit.edu>  Thu, 09 Oct 2008 02:09:42 -0400
    79
    810sipb-xen-database (10.29) unstable; urgency=low
Note: See TracChangeset for help on using the changeset viewer.