summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/bin/servconfig
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-05-23 23:15:23 +0200
committerDirk von Suchodoletz2006-05-23 23:15:23 +0200
commitcb950e6ea1570d80237b6df8b67a71e8e4bf109f (patch)
tree576290231d1e49644b979cc9b31fd19bb1b5fc19 /initrd/initrd-stuff/bin/servconfig
parentsome fixes ... (diff)
downloadcore-cb950e6ea1570d80237b6df8b67a71e8e4bf109f.tar.gz
core-cb950e6ea1570d80237b6df8b67a71e8e4bf109f.tar.xz
core-cb950e6ea1570d80237b6df8b67a71e8e4bf109f.zip
not all was done by me - so check the log for changes :-))
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@233 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/bin/servconfig')
-rwxr-xr-xinitrd/initrd-stuff/bin/servconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/initrd/initrd-stuff/bin/servconfig b/initrd/initrd-stuff/bin/servconfig
index 190a2489..121a6460 100755
--- a/initrd/initrd-stuff/bin/servconfig
+++ b/initrd/initrd-stuff/bin/servconfig
@@ -268,10 +268,8 @@ if [ "x$vmware" != "x" ] && [ "x$vmware" != "xno" ] ; then
if [ -d /mnt/usr/share/vmware ] ; then
ln -sf /usr/share/vmware /var/lib/vmware
elif [ -n "${imgsrv}" ] ; then
- # nfsmnt script should be used here ...
+ # more general mount script should be used here!?
( nfsmnt ${imgsrv} /mnt/var/lib/vmware || error "$scfg_nfs" nonfatal ) &
- #mount -n -t nfs -o ro,nolock,intr,nodev,soft,timeo=2,nosuid \
- # ${imgsrv}
fi
# generate a runlevel script
d_mkrlscript init vmware-prep "Starting preparation of vmware environment"