summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/etc/functions
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-02-21 22:09:05 +0100
committerDirk von Suchodoletz2007-02-21 22:09:05 +0100
commite0e1fcc938b3684ced0cd71a0f529dbf031eb197 (patch)
tree0572b3d54d2636c072c46add7438decceb8254da /initramfs/initrd-stuff/etc/functions
parent* slxos-setup and the required files are now installed, too. (diff)
downloadcore-e0e1fcc938b3684ced0cd71a0f529dbf031eb197.tar.gz
core-e0e1fcc938b3684ced0cd71a0f529dbf031eb197.tar.xz
core-e0e1fcc938b3684ced0cd71a0f529dbf031eb197.zip
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
Diffstat (limited to 'initramfs/initrd-stuff/etc/functions')
-rw-r--r--initramfs/initrd-stuff/etc/functions10
1 files changed, 9 insertions, 1 deletions
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 () {
:
}