From: Evan Broder Date: Fri, 10 Oct 2008 05:54:50 +0000 (-0400) Subject: Don't strip quotes in sipb-database that won't be there X-Git-Tag: sipb-xen-database/10.30.1^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-database.git/commitdiff_plain/3df757befd07a92962aa1b969bacb8115934188f?ds=sidebyside Don't strip quotes in sipb-database that won't be there svn path=/trunk/packages/sipb-xen-database/; revision=1098 --- diff --git a/client/etc/xen/sipb-database b/client/etc/xen/sipb-database index fbc8079..a4da026 100644 --- a/client/etc/xen/sipb-database +++ b/client/etc/xen/sipb-database @@ -61,7 +61,7 @@ if 'installer_options' in locals(): #Installer extra = 'ro noresume' extra += (' ip=%s::%s:%s:%s:eth0:off' % (n.ip, config.dhcp.gateway, config.dhcp.netmask, machine.name)) - extra += ' %s' % installer_options[1:-1] + extra += ' %s' % installer_options root = '/dev/hdb1' codepath = None elif cdrom is not None: diff --git a/debian/changelog b/debian/changelog index c44c207..fe386f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sipb-xen-database (10.30.1) unstable; urgency=low + + * Don't strip quotes that won't be there + + -- Evan Broder Fri, 10 Oct 2008 01:48:48 -0400 + sipb-xen-database (10.30) unstable; urgency=low * Look for CD images in /dev/xenvg/image_* and validate image name from