summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/bin/servconfig
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-07-19 15:43:36 +0200
committerDirk von Suchodoletz2009-07-19 15:43:36 +0200
commitf3e90ff3d1524896d40fd9160bbf69cd4acd99c2 (patch)
tree7cdbde389b54a9a2b496ed4793bff517176e2304 /initramfs/stage3-stuff/bin/servconfig
parentModified uclibc-wrapper to be used in stage4 too (see r3017). (diff)
downloadcore-f3e90ff3d1524896d40fd9160bbf69cd4acd99c2.tar.gz
core-f3e90ff3d1524896d40fd9160bbf69cd4acd99c2.tar.xz
core-f3e90ff3d1524896d40fd9160bbf69cd4acd99c2.zip
Updating several stage3 scripts, e.g. for the cifs mounting ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3019 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/stage3-stuff/bin/servconfig')
-rwxr-xr-xinitramfs/stage3-stuff/bin/servconfig11
1 files changed, 1 insertions, 10 deletions
diff --git a/initramfs/stage3-stuff/bin/servconfig b/initramfs/stage3-stuff/bin/servconfig
index 96c6a612..b44d57cf 100755
--- a/initramfs/stage3-stuff/bin/servconfig
+++ b/initramfs/stage3-stuff/bin/servconfig
@@ -297,16 +297,7 @@ if [ -n "$scratch" -a -z "$tmpisdisk" ] ; then
# no need for tempfs there ...
umount /mnt/tmp >/dev/null 2>&1
fsmount nfs ${tmpserv} ${tmppath} /mnt/tmp \
- "rw,intr,soft,timeo=2,nosuid"
- # somehow we need to move it to the vmware plugin. Any ideas
- # how to handle the dependencies?
- # create an empty container file for vmware *.vmem, it does not
- # like to live on NFS exports
- if [ "x$vmware" != "x" -a "x$vmware" != "xno" ] ; then
- dd if=/dev/zero of=/mnt/tmp/vm-container count=1 seek=2048000
- diskfm /mnt/tmp/vm-container /mnt/tmp/vmware
- chmod a+rwxt /mnt/tmp/vmware
- fi; }
+ "rw,intr,soft,timeo=2,nosuid"; }
;;
esac
fi