- Timestamp:
- Aug 3, 2008, 12:26:32 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
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 -
trunk/packages/sipb-xen-database/debian/changelog
r824 r828 1 sipb-xen-database (10.15) unstable; urgency=low 2 3 * uncommitted changes to /etc/xen/sipb-database on black-mesa 4 5 -- Greg Price <price@mit.edu> Sun, 3 Aug 2008 00:26:13 -0400 6 1 7 sipb-xen-database (10.14) unstable; urgency=low 2 8
Note: See TracChangeset
for help on using the changeset viewer.