Update GRML Splash text to be neutral
[grml-live.git] / etc / grml / fai / config / files / usr / share / initramfs-tools / scripts / init-top / grml / GRMLBASE
index 5afaca4..2e8b14d 100755 (executable)
@@ -1,4 +1,16 @@
 #!/bin/sh
+#
+# This file was deployed via grml-live's
+# ${GRML_FAI_CONFIG}/config/scripts/GRMLBASE/10-build-initramfs script, using
+# ${GRML_FAI_CONFIG}/config/files/usr/share/initramfs-tools/scripts/init-top/grml/GRMLBASE
+#
+# Filename:      /usr/share/initramfs-tools/scripts/init-top/grml
+# Purpose:       Early boot progress handler
+# Authors:       grml-team (grml.org),
+#                (c) Michael Prokop <mika@grml.org>
+# Bug-Reports:   see http://grml.org/bugs/
+# License:       This file is licensed under the GPL v2 or any later version.
+################################################################################
 
 # prereq header {{{
 # without this header booting will fail with:
@@ -134,7 +146,7 @@ ${RED} | |  _| |_) | |\/| | |
 ${RED} | |_| |  _ <| |  | | |___
 ${RED}  \____|_| \_\_|  |_|_____|
 
-${WHITE}grml.org - Linux for sysadmins and texttool users.${NORMAL}"
+${WHITE}Grml Live Linux - http://grml.org/${NORMAL}"
 fi
 
 echo ""
@@ -147,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 {{{