X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Flive-initramfs%2Fgrml-script.init-top;h=5afaca40ed4fdb172b8270acd796e29076c46600;hb=879574f20a016f9eed19404d633a525c7bbeaf51;hp=462642dfe24dd759fe02487de9907390c315da37;hpb=d58f511ab49efd880c365a9a40c662fa80e853a7;p=grml-live.git diff --git a/etc/grml/fai/live-initramfs/grml-script.init-top b/etc/grml/fai/live-initramfs/grml-script.init-top index 462642d..5afaca4 100755 --- a/etc/grml/fai/live-initramfs/grml-script.init-top +++ b/etc/grml/fai/live-initramfs/grml-script.init-top @@ -115,6 +115,10 @@ if [ -r /etc/grml_version ] ; then GRML_VERSION="$(cat /etc/grml_version)" fi +if checkbootparam "quiet" ; then + echo -e "${CLEAR}" +fi + if [ -n "$DISTRI" ] ; then SPLASH=" ${RED} $DISTRI @@ -157,7 +161,7 @@ fi # Make sure we support squashfs: if ! grep -q squashfs /proc/filesystems ; then - modprobe -q squashfs || log_grml_failure_msg "Warning: look like you do not have support for squashfs" + modprobe -q squashfs || log_grml_failure_msg "Warning: looks like you do not have support for squashfs" fi if grep -q 'boot=live' /proc/cmdline 2>/dev/null ; then