X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-initramfs-tools.sh;h=cdb00db7dbebf7b84ab1c397abd5e28d6f26b0ae;hb=0a99e046af49be786db4c61831178fa388617cea;hp=eb11d23e91f0da95dd8a8d04e56933309da017d7;hpb=d7668db8044bfb40034b0ecdd6c8f0c4710f8317;p=live-boot-grml.git diff --git a/components/9990-initramfs-tools.sh b/components/9990-initramfs-tools.sh index eb11d23..cdb00db 100755 --- a/components/9990-initramfs-tools.sh +++ b/components/9990-initramfs-tools.sh @@ -2,6 +2,17 @@ #set -e +# we definitely want this stuff visible +log_failure_msg() +{ + printf "Failure: $@\n" +} + +log_warning_msg() +{ + printf "Warning: $@\n" +} + log_wait_msg () { # Print a message and wait for enter @@ -52,14 +63,20 @@ panic() printf "\n\n" printf " \033[1;37mBOOT FAILED!\033[0m\n" printf "\n" - printf " This Live System image failed to boot.\n\n" + printf " This image failed to boot.\n\n" + + printf " Please file a bug at your distributors bug tracking system, making\n" + printf " sure to note the exact version, name and distribution of the image\n" + printf " you were attempting to boot.\n\n" - printf " Please file a bug against the 'live-boot' package or email the Live Systems\n" - printf " mailing list at , making sure to note the\n" - printf " exact version, name and distribution of the image you were attempting to boot.\n\n" + if [ -r /etc/grml_version ] + then + GRML_VERSION="$(cat /etc/grml_version)" + printf " $GRML_VERSION\n\n" + fi printf " The file ${LIVELOG} contains some debugging information but booting with the\n" - printf " ${DEBUG} command-line parameter will greatly increase its verbosity which is\n" + printf " ${DEBUG}=1 command-line parameter will greatly increase its verbosity which is\n" printf " extremely useful when diagnosing issues.\n\n" if [ -n "${panic}" ]; then