X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Ffiles%2Fusr%2Fshare%2Finitramfs-tools%2Fscripts%2Finit-top%2Fgrml%2FGRMLBASE;h=2e8b14dd838cd9f9958e81ed030bca46fe821bcc;hb=726a0a5ea38e50958ef5225ef893f17f08ca79a0;hp=5afaca40ed4fdb172b8270acd796e29076c46600;hpb=574c42b5cbb9d1264b84bade255aed42547db8ec;p=grml-live.git diff --git a/etc/grml/fai/config/files/usr/share/initramfs-tools/scripts/init-top/grml/GRMLBASE b/etc/grml/fai/config/files/usr/share/initramfs-tools/scripts/init-top/grml/GRMLBASE index 5afaca4..2e8b14d 100755 --- a/etc/grml/fai/config/files/usr/share/initramfs-tools/scripts/init-top/grml/GRMLBASE +++ b/etc/grml/fai/config/files/usr/share/initramfs-tools/scripts/init-top/grml/GRMLBASE @@ -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 +# 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 &1 -fi # }}} ## /proc/cmdline handling {{{