summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/init
diff options
context:
space:
mode:
authorOliver Tappe2007-06-28 16:33:19 +0200
committerOliver Tappe2007-06-28 16:33:19 +0200
commit2ed2de770da0884378d4e2cdcabd50bdbb708fc5 (patch)
treeddbef2555a52aa6c5c30e0ba026f93428f696aae /initramfs/initrd-stuff/init
parentInclude module necessary for ubu 7.04 (diff)
downloadcore-2ed2de770da0884378d4e2cdcabd50bdbb708fc5.tar.gz
core-2ed2de770da0884378d4e2cdcabd50bdbb708fc5.tar.xz
core-2ed2de770da0884378d4e2cdcabd50bdbb708fc5.zip
* fixed problem reported by Felix (& seconded by Dirk and Michael) that caused
the mounting of nfs-root to fail (because of incomplete de-quoting mechanism). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1193 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/init')
-rwxr-xr-xinitramfs/initrd-stuff/init1
1 files changed, 1 insertions, 0 deletions
diff --git a/initramfs/initrd-stuff/init b/initramfs/initrd-stuff/init
index e912864f..ef761352 100755
--- a/initramfs/initrd-stuff/init
+++ b/initramfs/initrd-stuff/init
@@ -192,6 +192,7 @@ in $0\ncountry=\"${COUNTRY}\"" >> /etc/machine-setup
rootfs=*)
rootfs=${opts#rootfs=}
rootfs=${rootfs#\"}
+ rootfs=${rootfs%%\"}
srvproto=$(uri_token $rootfs prot)
case $srvproto in
nfs)