SW: Add ufsutils to GRML{SMALL,MEDIUM,FULL,FORENSIC} [thanks, chaitat].
[grml-live.git] / etc / grml / fai / live-initramfs / grml-script.init-top
index 462642d..5afaca4 100755 (executable)
@@ -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