From 3df757befd07a92962aa1b969bacb8115934188f Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Fri, 10 Oct 2008 01:54:50 -0400 Subject: [PATCH] Don't strip quotes in sipb-database that won't be there svn path=/trunk/packages/sipb-xen-database/; revision=1098 --- client/etc/xen/sipb-database | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 1.7.9.5