X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Flive-initramfs%2Fgrml-script.init-top;fp=etc%2Fgrml%2Ffai%2Flive-initramfs%2Fgrml-script.init-top;h=40ab55d8ec8ed9e87e0c8cfc282754563ca160cc;hb=60e413cbe79220b140d0c96d5cc487aa6c87aaa6;hp=5ed49b030a50c7f242c61cd53183cbff601c3f61;hpb=0c2d89ee57291501bb405d8d7007240cb8899abd;p=grml-live-grml.git diff --git a/etc/grml/fai/live-initramfs/grml-script.init-top b/etc/grml/fai/live-initramfs/grml-script.init-top index 5ed49b0..40ab55d 100755 --- a/etc/grml/fai/live-initramfs/grml-script.init-top +++ b/etc/grml/fai/live-initramfs/grml-script.init-top @@ -93,6 +93,11 @@ FAILED=" ${NORMAL}[${RED}fail${NORMAL}]" # welcome splash {{{ DISTRI="$(getbootparam 'distri' 2>/dev/null)" + +if [ -r /etc/grml_version ] ; then + GRML_VERSION="[$(cat /etc/grml_version)] " +fi + if [ -n "$DISTRI" ] ; then SPLASH=" ${RED} $DISTRI @@ -108,7 +113,7 @@ ${RED} | | _| |_) | |\/| | | ${RED} | |_| | _ <| | | | |___ ${RED} \____|_| \_\_| |_|_____| -${WHITE}grml.org - Linux for sysadmins and texttool users. +${WHITE}grml.org $GRML_VERSION- Linux for sysadmins and texttool users. ${NORMAL}" fi