- Timestamp:
- Aug 3, 2008, 12:26:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-database/client/etc/xen/sipb-database
r762 r828 47 47 48 48 if 'mirror' in locals(): #Installer 49 disk.append('phy:/dev/xenvg/d_foobar 4_hda,hdb,r')49 disk.append('phy:/dev/xenvg/d_foobar3_hda,hdb,r') 50 50 51 51 kernel = '/boot/vmlinuz-2.6.24-19-xen' #From hardy … … 59 59 extra += ' mirror=%s dist=%s' % (mirror, dist) 60 60 extra += ' imagesize=%s' % imagesize 61 #extra += ' noinstall' 61 if 'noinstall' in locals(): 62 extra += ' noinstall' 62 63 root = '/dev/hdb1' 63 64 codepath = None
Note: See TracChangeset
for help on using the changeset viewer.