summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/bin/servconfig
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-07-03 15:37:01 +0200
committerDirk von Suchodoletz2006-07-03 15:37:01 +0200
commit3cec6bc98f6556c1ae50b74fc3c19171f19970ab (patch)
tree32d679060692362fca506391f01c1ceb79d6f434 /initrd/initrd-stuff/bin/servconfig
parentMinor fixes for use of unionfs ... (diff)
downloadcore-3cec6bc98f6556c1ae50b74fc3c19171f19970ab.tar.gz
core-3cec6bc98f6556c1ae50b74fc3c19171f19970ab.tar.xz
core-3cec6bc98f6556c1ae50b74fc3c19171f19970ab.zip
Fixed a pcitable file related bug (for some reason the new version was
not compatible), see HardwareErkennung too. Minor bugs for busybox integration fixed ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@265 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/bin/servconfig')
-rwxr-xr-xinitrd/initrd-stuff/bin/servconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/initrd/initrd-stuff/bin/servconfig b/initrd/initrd-stuff/bin/servconfig
index 11f61aa2..43b9402c 100755
--- a/initrd/initrd-stuff/bin/servconfig
+++ b/initrd/initrd-stuff/bin/servconfig
@@ -5,9 +5,9 @@
# ramdisk)
#
# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 27-06-2006
-# Michael Janczyk, 31-05-2006
-# Lars Mueller, 23-06-2006
-# Oliver Tappe, 23-06-2006
+# Michael Janczyk, 31-05-2006
+# Lars Mueller, 23-06-2006
+# Oliver Tappe, 23-06-2006
#
# Copyright: (c) 2006 - RZ Universitaet Freiburg
# (c) 2006 - odlx.org project
@@ -397,7 +397,7 @@ $date\nsleep 3; while ps aux|grep -i kiosk|grep -v \"grep\" &>/dev/null;\
do\n test -f /var/run/kiosk || break; sleep 3;\ndone\ntouch \
/var/run/kiosk\nresmgr login nobody tty7\nresmgr grant nobody desktop\n\
chown nobody /dev/dsp* /dev/audio* /dev/mixer* /dev/snd/control*\n\
-tar -zxvf /var/lib/vmware/templ/nobodyconf.tar.gz -C /var/lib/nobody\n\
+#tar -zxvf /var/lib/vmware/templ/nobodyconf.tar.gz -C /var/lib/nobody\n\
chown -R nobody.nobody /var/lib/nobody\nsu -c 'xinit /var/X11R6/bin/startgui \
$start_x -- vt7 -quiet' -l nobody &>/dev/null\nrm /var/run/kiosk\n\
resmgr revoke nobody\nresmgr logout tty7\nkillall X" \