From 2ed2de770da0884378d4e2cdcabd50bdbb708fc5 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Thu, 28 Jun 2007 14:33:19 +0000 Subject: * 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 --- initramfs/initrd-stuff/init | 1 + 1 file changed, 1 insertion(+) (limited to 'initramfs/initrd-stuff/init') 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) -- cgit v1.2.3-55-g7522