X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Ffiles%2Fusr%2Fshare%2Finitramfs-tools%2Fscripts%2Finit-top%2Fgrml%2FGRMLBASE;h=e8ccac6e5b7d77dd8da9d99fa25b999af37e483e;hp=155c2d99d6be940257df1df7226ce643896aa7cf;hb=9fa2e911f44167323dc21b865168e45527c071ec;hpb=f3b335ea5c94d5cf24ec6b9184106b298849f311 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 155c2d9..e8ccac6 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,7 +1,7 @@ #!/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/scripts/GRMLBASE/42-branding 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 @@ -140,13 +140,13 @@ ${WHITE}based on grml.org. ${NORMAL}" else SPLASH=" -${RED} ____ ____ __ __ _ -${RED} / ___| _ \| \/ | | -${RED} | | _| |_) | |\/| | | -${RED} | |_| | _ <| | | | |___ -${RED} \____|_| \_\_| |_|_____| +${YELLOW} ____ _ +${YELLOW} / ___| _ __ _____ | | +${YELLOW} | | _ | / /| || | +${YELLOW} | |_| || / | | | || | +${YELLOW} \____||_| |_|_|_||_| -${WHITE}grml.org - Linux for sysadmins and texttool users.${NORMAL}" +${WHITE}Grml Live Linux - http://grml.org/${NORMAL}" fi echo "" @@ -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 &1 -fi # }}} ## /proc/cmdline handling {{{