Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!
| author | Michael Prokop |
| Sun Jul 20 22:58:00 2008 +0200 (4 months ago) | |
| changeset 536 | bcb51a7523df |
| manifest | bcb51a7523df |
| parent 535 | f4a162f1484c |
| child 537 | 5aaceebfcf66 |
--- a/etc/grml/fai/live-initramfs/grml-script.init-top Sun Jul 20 20:53:48 2008 +0200+++ b/etc/grml/fai/live-initramfs/grml-script.init-top Sun Jul 20 22:58:00 2008 +0200@@ -113,8 +113,8 @@ SPLASH="${RED} | |_| | _ <| | | | |___${RED} \____|_| \_\_| |_|_____|-${WHITE}grml.org $GRML_VERSION- Linux for sysadmins and texttool users.-${NORMAL}"+${WHITE}grml.org - Linux for sysadmins and texttool users.+${WHITE}$GRML_VERSION${NORMAL}"fiecho ""@@ -127,6 +127,7 @@ fifi# }}}+## /proc/cmdline handling {{{# No kernel messages while probing modules:if ! grep -qe debug -qe verbose /proc/cmdline 2>/dev/null ; then[ -r /proc/sys/kernel/printk ] && echo "0" > /proc/sys/kernel/printk@@ -140,7 +141,8 @@ if grep -q 'boot=live' /proc/cmdline 2>/if grep -q 'boot=live' /proc/cmdline 2>/dev/null ; thenlog_grml_begin_msg "Finished early booting sequence." ; echo "$SUCCESS"log_grml_begin_msg "Searching for GRML file, this might take a few seconds..."- echo+ echofi+## }}}# vim: foldmethod=marker expandtab ai ft=sh