From f3e90ff3d1524896d40fd9160bbf69cd4acd99c2 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sun, 19 Jul 2009 13:43:36 +0000 Subject: 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 --- initramfs/stage3-stuff/bin/servconfig | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'initramfs/stage3-stuff/bin/servconfig') 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 -- cgit v1.2.3-55-g7522