Add the Anders invoke for dealing with kernel command line quoting in
[invirt/packages/invirt-autoinstaller.git] / guest / etc / init.d / rcS.sipb-xen
old mode 100644 (file)
new mode 100755 (executable)
index 103c195..2db4da6
@@ -1,5 +1,6 @@
 #!/bin/bash
-for x in $(cat /proc/cmdline); do
+eval "set -- $(cat /proc/cmdline)"
+for x; do
     case $x in
        ip=*)
        /usr/lib/klibc/bin/ipconfig -d ${x#ip=}