Fix a typo in sipb-database's CDROM image path sipb-xen-database/10.30.4
authorEvan Broder <broder@mit.edu>
Wed, 15 Oct 2008 17:21:51 +0000 (13:21 -0400)
committerEvan Broder <broder@mit.edu>
Wed, 15 Oct 2008 17:21:51 +0000 (13:21 -0400)
svn path=/trunk/packages/sipb-xen-database/; revision=1126

client/etc/xen/sipb-database
debian/changelog

index cc12679..568a68f 100644 (file)
@@ -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'
 
index e948734..5cc6d80 100644 (file)
@@ -1,3 +1,9 @@
+sipb-xen-database (10.30.4) unstable; urgency=low
+
+  * Fix a typo in the CDROM image path
+
+ -- Evan Broder <broder@mit.edu>  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