[debian-knoppix] [PATCH] new cheatcode "splash" adds semi-graphical boot to knoppix (files: knoppix-autoconfig)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
attached patch adds the cheatcode splash, so that if you use it, you get the
upper half of the KDE-splash screen whiel the hw-detection and co is running
...
Of course thats not ideal, but you can also provide your own script to
/cdrom/KNOPPIX/splash.sh.
Something like fbi -q /cdrom/mysplash.png ...
If you want to test this functionality I provide boot.img for 06-06er version
of knoppix. Download here:
http://debian.tu-bs.de/knoppix/SplashPatch/boot.img
Boot up with "knoppix splash".
cu
Fabian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)
iD8DBQE/JE1KI0lSH7CXz7MRAgOmAJ924TOgemLEng5gd1cFJbpQGcELwgCggjXA
/1jWW3yFFyVCIv+un4mbZpE=
=dG+D
-----END PGP SIGNATURE-----
--- knoppix-autoconfig.orig 2003-07-27 21:59:01.000000000 +0200
+++ knoppix-autoconfig 2003-07-28 00:04:36.000000000 +0200
@@ -403,6 +403,14 @@
echo ""
fi
+if checkbootparam "splash"; then
+ if [ -x /cdrom/KNOPPIX/splash.sh ]; then
+ /cdrom/KNOPPIX/splash.sh < /dev/tty1 > /dev/tty1 2>/dev/null &
+ else
+ fbi -q /usr/share/apps/ksplash/pics/splash_top.png < /dev/tty1 > /dev/tty1 2>/dev/null &
+ fi
+fi
+
# Delete obsolete links and files before starting autoconfig
if ! checkbootparam "nohwsetup"; then
rm -f /dev/cdrom* /dev/cdwriter* /dev/mouse* /dev/modem* /dev/scanner* \
Reply to: