X-Git-Url: http://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=ae29383ffa1e8919d9754754f5e21f275fdc3f53;hb=8dfcd204e18d0a36b0f75cf622c24ad447e9ca1f;hp=43942ba3cbeecb323805050544f4f78491605edb;hpb=e92b6377feb22631f875f3b536f9ac760a05d0e6;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 43942ba..ae29383 100755 --- a/etc/grml/fai/live-initramfs/grml-script.init-top +++ b/etc/grml/fai/live-initramfs/grml-script.init-top @@ -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)"