Changeset 1091
- Timestamp:
- Oct 9, 2008, 2:12:37 AM (16 years ago)
- 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 50 50 codepath = 'paravm' 51 51 52 if ' mirror' in locals(): #Installer52 if 'installer_options' in locals(): #Installer 53 53 disk.append('phy:/dev/xenvg/s_install_hda,hdb,r') 54 54 … … 62 62 extra += (' ip=%s::%s:%s:%s:eth0:off' 63 63 % (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] 68 65 root = '/dev/hdb1' 69 66 codepath = None -
trunk/packages/sipb-xen-database/debian/changelog
r1090 r1091 3 3 * Look for CD images in /dev/xenvg/image_* and validate image name from 4 4 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 7 9 8 10 sipb-xen-database (10.29) unstable; urgency=low
Note: See TracChangeset
for help on using the changeset viewer.