From 10a96dae3122055d08ea7cb892fad68de5627868 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Thu, 28 Jun 2007 18:45:49 +0000 Subject: * reverted removal of leading slash to nfspath (although conceptually, this is bogus), should fix problems with nfs-mounts git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1194 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/initrd-stuff/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'initramfs/initrd-stuff/init') diff --git a/initramfs/initrd-stuff/init b/initramfs/initrd-stuff/init index ef761352..f0907b55 100755 --- a/initramfs/initrd-stuff/init +++ b/initramfs/initrd-stuff/init @@ -197,7 +197,7 @@ in $0\ncountry=\"${COUNTRY}\"" >> /etc/machine-setup case $srvproto in nfs) # nfsroot consists now of two different parts - nfspath=$(uri_token $rootfs path) + nfspath=/$(uri_token $rootfs path) nfsserver=$(uri_token $rootfs server) echo -e "\n# nfs root information gotten via kernel command \ line in $0\n#nfsroot=\"${nfsserver}:${nfspath}\"\n" >> /etc/machine-setup -- cgit v1.2.3-55-g7522