- show splashscreen
This commit is contained in:
Stephan Raue 2009-10-27 03:47:34 +01:00
parent 6c1b4c42f8
commit 77211cd492

View File

@ -17,6 +17,10 @@
# setting up $PATH
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
# showing splash
test -f /usr/share/splash/splash.ppm && \
fbsplash -s /usr/share/splash/splash.ppm
# parse command line arguments
BOOT=`cat /proc/cmdline | sed 's/.*boot=// ; s/ .*//'`
DISK=`cat /proc/cmdline | sed 's/.*disk=// ; s/ .*//'`
@ -34,11 +38,11 @@
done
# starting debugging shell
if test "$DEBUG" = yes; then
# if test "$DEBUG" = yes; then
echo "### starting debugging shell on console 3 ###"
echo "### ...... switch with ctrl-alt-f3 ...... ###"
exec /bin/sh </dev/tty3 >/dev/tty3 2>&1 &
fi
# fi
# make variable directory structure
install -m 1777 -d /var/run