Don't strip quotes in sipb-database that won't be there
[invirt/packages/invirt-database.git] / client / etc / xen / sipb-database
index fbc8079..a4da026 100644 (file)
@@ -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 = '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:
     root = '/dev/hdb1'
     codepath = None
 elif cdrom is not None: