Update doc, script and etc/grml/fai/live-initramfs/grml-script.init-top
[grml-live.git] / etc / grml / fai / live-initramfs / grml-script.init-top
index 43942ba..ae29383 100755 (executable)
@@ -2,7 +2,9 @@
 
 # helper functions {{{
 
-echo "debug: scripts/init-top/grml running"
+if ! grep -qe debug -qe verbose /proc/cmdline 2>/dev/null ; then
+   echo "debug: scripts/init-top/grml running"
+fi
 
 # get boot command line
 CMDLINE="$(cat /proc/cmdline)"