summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/suse/functions-default
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-02-25 23:01:51 +0100
committerDirk von Suchodoletz2010-02-25 23:01:51 +0100
commita466e52d45fbd6b3b89d5f09e9fe568521b3866c (patch)
tree6d9053a4b4fd9bbf6917b5d49a0e43bd42a74db2 /initramfs/distro-specs/suse/functions-default
parentSmall fix ... (diff)
downloadcore-a466e52d45fbd6b3b89d5f09e9fe568521b3866c.tar.gz
core-a466e52d45fbd6b3b89d5f09e9fe568521b3866c.tar.xz
core-a466e52d45fbd6b3b89d5f09e9fe568521b3866c.zip
Updated syslinux package of HPA.
Diffstat (limited to 'initramfs/distro-specs/suse/functions-default')
-rw-r--r--initramfs/distro-specs/suse/functions-default2
1 files changed, 2 insertions, 0 deletions
diff --git a/initramfs/distro-specs/suse/functions-default b/initramfs/distro-specs/suse/functions-default
index cb281f65..b53227fc 100644
--- a/initramfs/distro-specs/suse/functions-default
+++ b/initramfs/distro-specs/suse/functions-default
@@ -548,6 +548,8 @@ if [ -e /mnt/etc/sysconfig/autofs ] ; then
-e "s,AUTOFS_OPTIONS.*,AUTOFS_OPTIONS=\"--timeout 3\"," \
-i /mnt/etc/sysconfig/autofs
rllinker "autofs" 18 4
+ # might be needed for autofs via NFS (start specific nfs related services)
+ # echo 'NFS_START_SERVICES="no"' >>/mnt/etc/sysconfig/nfs
else
error "$df_erramt" nonfatal
fi