summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/bin/servconfig
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-08-18 23:52:43 +0200
committerDirk von Suchodoletz2006-08-18 23:52:43 +0200
commitebcfe2456b34ca8c3748e09a6ae5d53fe247c391 (patch)
tree1e9a6c2d22bf49bf4cb01eae71836a35003dc4e2 /initrd/initrd-stuff/bin/servconfig
parent* largish step towards a working demuxer: demuxing and packing of tars works (diff)
downloadcore-ebcfe2456b34ca8c3748e09a6ae5d53fe247c391.tar.gz
core-ebcfe2456b34ca8c3748e09a6ae5d53fe247c391.tar.xz
core-ebcfe2456b34ca8c3748e09a6ae5d53fe247c391.zip
(hopefully) fixed #71 - please check!
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@317 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/bin/servconfig')
-rwxr-xr-xinitrd/initrd-stuff/bin/servconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/initrd/initrd-stuff/bin/servconfig b/initrd/initrd-stuff/bin/servconfig
index 1e50b6d7..c645cef6 100755
--- a/initrd/initrd-stuff/bin/servconfig
+++ b/initrd/initrd-stuff/bin/servconfig
@@ -4,8 +4,8 @@
# for linux diskless clients (executed within initial
# ramdisk)
#
-# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 16-08-2006
-# Michael Janczyk, 31-05-2006
+# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 18-08-2006
+# Michael Janczyk <mj0>, 31-05-2006
# Lars Mueller <lm@opendiskless.org>, 23-06-2006
# Oliver Tappe <ot@opendiskless.org>, 23-06-2006
#
@@ -334,7 +334,7 @@ fi
# wait for completion of detection, setup process
waitfor /tmp/tmpready 10000
# create some directories and correct permissions
-tmpisdisk=`sed -n '/\/tmp/p' /mnt/etc/fstab`
+tmpisdisk=`sed -n '/\/tmp/p' /tmp/tmpready`
# if there is no local disk partition for /tmp then try to mount a rw
# scratch space (if defined in $scratch) and prepared on server
if [ -n "$scratch" -a -z "$tmpisdisk" ] ; then