else:
codepath = 'paravm'
-if 'mirror' in locals(): #Installer
+if 'installer_options' in locals(): #Installer
disk.append('phy:/dev/xenvg/s_install_hda,hdb,r')
kernel = '/boot/vmlinuz-2.6.24-19-xen' #From hardy
extra = 'ro noresume'
extra += (' ip=%s::%s:%s:%s:eth0:off'
% (n.ip, config.dhcp.gateway, config.dhcp.netmask, machine.name))
- extra += ' mirror=%s dist=%s' % (mirror, dist)
- extra += ' imagesize=%s' % imagesize
- if 'noinstall' in locals():
- extra += ' noinstall'
+ extra += ' %s' % installer_options[1:-1]
root = '/dev/hdb1'
codepath = None
elif cdrom is not None:
* Look for CD images in /dev/xenvg/image_* and validate image name from
the database
+ * Pass the installer arguments unaltered to the kernel, matching the
+ remctl interface
- -- Evan Broder <broder@mit.edu> Thu, 09 Oct 2008 02:08:49 -0400
+ -- Evan Broder <broder@mit.edu> Thu, 09 Oct 2008 02:09:42 -0400
sipb-xen-database (10.29) unstable; urgency=low