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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.