X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F05_boot_failure_message_grml.patch;fp=debian%2Fpatches%2F05_boot_failure_message_grml.patch;h=0000000000000000000000000000000000000000;hb=a6c94714137b9d722823da24ae247dc6a21ffb90;hp=794555ad2f94b4208e19af4ae35645e161ebae20;hpb=20f7af935a25294ceac8b39ed01c0ac61a1915c1;p=live-boot-grml.git diff --git a/debian/patches/05_boot_failure_message_grml.patch b/debian/patches/05_boot_failure_message_grml.patch deleted file mode 100644 index 794555a..0000000 --- a/debian/patches/05_boot_failure_message_grml.patch +++ /dev/null @@ -1,38 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 05_boot_failure_message_grml.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Copy /etc/grml_version to initrd - -@DPATCH@ - -Index: live-boot-grml/components/9990-initramfs-tools.sh -=================================================================== ---- live-boot-grml.orig/components/9990-initramfs-tools.sh 2014-03-08 13:20:10.746978063 +0100 -+++ live-boot-grml/components/9990-initramfs-tools.sh 2014-03-08 13:20:10.742978533 +0100 -@@ -52,14 +52,20 @@ - 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 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" -+ 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" -+ -+ 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