From e0e1fcc938b3684ced0cd71a0f529dbf031eb197 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Wed, 21 Feb 2007 21:09:05 +0000 Subject: Started NFSv4 integration (only sensible for newer distros, e.g. SuSE 10.), removed AFS from SuSE10.2 (deprecated), fixed init for (nfsroot= deprecated too) and fixed functions for @@@serverip@@@ (dsuchod if --username dsuchod does not work) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@709 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/initrd-stuff/init | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'initramfs/initrd-stuff/init') diff --git a/initramfs/initrd-stuff/init b/initramfs/initrd-stuff/init index dafc4b0e..eb777942 100755 --- a/initramfs/initrd-stuff/init +++ b/initramfs/initrd-stuff/init @@ -172,7 +172,7 @@ in $0\ncountry=\"${COUNTRY}\"" >> /etc/machine-setup root_path=/$(uri_token $rootfs path) nfsserver=$(uri_token $rootfs server) echo -e "\n# nfs root information gotten via kernel command \ -line in $0\nnfsroot=\"${nfsroot}\"\n" >> /etc/machine-setup +line in $0\n#nfsroot=\"${nfsserver}:${root_path}\"\n" >> /etc/machine-setup ;; *nbd) nbdmod=$srvproto @@ -204,8 +204,9 @@ line in $0\nnfsroot=\"${nfsroot}\"\n" >> /etc/machine-setup nfsroot=${opts#nfsroot=} #root_path= #nfsserver= - echo -e "\n# nfs root information gotten via kernel command line in $0\n\ -nfsroot=\"${nfsroot}\"\n" >> /etc/machine-setup + echo -e "\n# nfs root information gotten via kernel command line in \n\ +$0\n# deprecated: please use rootfs=nfs://...\nnfsroot=\"${nfsroot}\"\n" \ +>> /etc/machine-setup ;; # size of tempfs if not max. 50% of RAM should be used tmpfssize=*) -- cgit v1.2.3-55-g7522