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/etc/functions | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'initramfs/initrd-stuff/etc/functions') diff --git a/initramfs/initrd-stuff/etc/functions b/initramfs/initrd-stuff/etc/functions index 02a32b40..a193fb59 100644 --- a/initramfs/initrd-stuff/etc/functions +++ b/initramfs/initrd-stuff/etc/functions @@ -630,6 +630,9 @@ if ! test -f /tmp/cfgcomplete ; then for config in /tmp/confviadhcp /tmp/confviafile /tmp/confvialdap do test -f $config && cat $config >> /etc/machine-setup done +# check again and replace @@@serverip@@@ +. /etc/machine-setup +sed "s,@@@serverip@@@,$serverip," -i /etc/machine-setup echo "config completed" > /tmp/cfgcomplete fi } @@ -1146,7 +1149,12 @@ config_nis () { : } -# konfigure keyboard layout +# configure nfsv4 stuff +config_nfsv4 () { +: +} + +# configure keyboard layout keytable () { : } -- cgit v1.2.3-55-g7522