From 50c3f20f0859af100d18ab70c9497822fb7ebc5c Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Thu, 26 Feb 2009 20:36:44 +0000 Subject: fix dirks typo git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2650 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/stage3-stuff/bin/servconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'initramfs') diff --git a/initramfs/stage3-stuff/bin/servconfig b/initramfs/stage3-stuff/bin/servconfig index 3234d915..4fe85f2c 100755 --- a/initramfs/stage3-stuff/bin/servconfig +++ b/initramfs/stage3-stuff/bin/servconfig @@ -285,7 +285,7 @@ if [ -n "$scratch" -a -z "$tmpisdisk" ] ; then # hanging mount processes might stop further setup - timeout # should be configured ... # fsmount proto server path target options - fsmount nfs ${tmpserv} ${temppath} /tmp/scratch \ + fsmount nfs ${tmpserv} ${tmppath} /tmp/scratch \ "rw,intr,soft,timeo=2,nosuid" && { if [ -d /tmp/scratch/${clientip} ] ; then mv /tmp/scratch/${clientip} /tmp/scratch/${clientip}.totrash @@ -294,7 +294,7 @@ if [ -n "$scratch" -a -z "$tmpisdisk" ] ; then testmkd /tmp/scratch/${clientip} # no need for tempfs there ... umount /mnt/tmp >/dev/null 2>&1 - fsmount nfs ${tmpserv} ${temppath} /mnt/tmp \ + 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? -- cgit v1.2.3-55-g7522