Remove tsplash support
[grml-live.git] / etc / grml / fai / config / files / usr / share / initramfs-tools / scripts / init-top / grml / GRMLBASE
index 155c2d9..4dae967 100755 (executable)
@@ -159,10 +159,6 @@ if [ -n "$GRML_VERSION" ] ; then
    echo
 fi
 
-# don't output anything if running with bootsplash feature
-if checkbootparam "splash" ; then
-  exec >/dev/null </dev/null 2>&1
-fi
 # }}}
 
 ## /proc/cmdline handling {{{