1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 05_boot_failure_message_grml.dpatch by <mika@grml.org>
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: Copy /etc/grml_version to initrd
9 --- a/scripts/live-functions Sat Aug 16 11:12:23 2008 +0200
10 +++ b/scripts/live-functions Sat Aug 16 11:50:30 2008 +0200
13 printf " ${DEB_2} \033[1;37mBOOT FAILED!\033[0m\n"
15 - printf " ${DEB_4} This Debian Live image failed to boot.\n\n"
16 + printf " ${DEB_4} This grml image failed to boot.\n\n"
18 - printf " Please file a bug against the 'live-initramfs' package or email the Debian\n"
19 - printf " Live mailing list at <debian-live-devel@lists.alioth.debian.org>, making\n"
20 + printf " Please file a bug at http://grml.org/bugs/ or http://bts.grml.org/, making\n"
21 printf " sure to note the exact version, name and distribution of the image you were\n"
22 printf " attempting to boot.\n\n"
24 + if [ -r /etc/grml_version ] ; then
25 + GRML_VERSION="$(cat /etc/grml_version)"
26 + printf " $GRML_VERSION\n\n"
29 printf " The file ${LIVELOG} contains some debugging information but booting with the\n"
30 printf " ${DEBUG} command-line parameter will greatly increase its verbosity which is\n"