Changeset 1126
- Timestamp:
- Oct 15, 2008, 1:21:51 PM (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
r1107 r1126 66 66 codepath = None 67 67 elif cdrom is not None: 68 disk.append('phy:/ etc/xenvg/image_' + cdrom.cdrom_id + ',hdc:cdrom,r')68 disk.append('phy:/dev/xenvg/image_' + cdrom.cdrom_id + ',hdc:cdrom,r') 69 69 boot = 'd' 70 70 codepath = 'hvm' -
trunk/packages/sipb-xen-database/debian/changelog
r1104 r1126 1 sipb-xen-database (10.30.4) unstable; urgency=low 2 3 * Fix a typo in the CDROM image path 4 5 -- Evan Broder <broder@mit.edu> Wed, 15 Oct 2008 13:21:10 -0400 6 1 7 sipb-xen-database (10.30.3) unstable; urgency=low 2 8
Note: See TracChangeset
for help on using the changeset viewer.