From: Evan Broder Date: Wed, 15 Oct 2008 17:21:51 +0000 (-0400) Subject: Fix a typo in sipb-database's CDROM image path X-Git-Tag: sipb-xen-database/10.30.4^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-database.git/commitdiff_plain/refs/tags/sipb-xen-database/10.30.4?hp=23b01ba18008f065413589a8f754b96fb0c05405 Fix a typo in sipb-database's CDROM image path svn path=/trunk/packages/sipb-xen-database/; revision=1126 --- diff --git a/client/etc/xen/sipb-database b/client/etc/xen/sipb-database index cc12679..568a68f 100644 --- a/client/etc/xen/sipb-database +++ b/client/etc/xen/sipb-database @@ -65,7 +65,7 @@ if 'installer_options' in locals(): #Installer root = '/dev/hdb1' codepath = None elif cdrom is not None: - disk.append('phy:/etc/xenvg/image_' + cdrom.cdrom_id + ',hdc:cdrom,r') + disk.append('phy:/dev/xenvg/image_' + cdrom.cdrom_id + ',hdc:cdrom,r') boot = 'd' codepath = 'hvm' diff --git a/debian/changelog b/debian/changelog index e948734..5cc6d80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sipb-xen-database (10.30.4) unstable; urgency=low + + * Fix a typo in the CDROM image path + + -- Evan Broder Wed, 15 Oct 2008 13:21:10 -0400 + sipb-xen-database (10.30.3) unstable; urgency=low * fix copy-paste errors in initscript: this is database, not console