"Live Systems" -> "Debian Live"
[live-boot-grml.git] / components / 9990-initramfs-tools.sh
index 5354134..b251754 100755 (executable)
@@ -25,7 +25,16 @@ maybe_break()
 }
 
 # Override panic from scripts/functions
-panic() {
+panic()
+{
+       for _PARAMETER in ${LIVE_BOOT_CMDLINE}
+       do
+               case "${_PARAMETER}" in
+                       panic=*)
+                               panic="${_PARAMETER#*panic=}"
+                               ;;
+               esac
+       done
 
        DEB_1="\033[1;31m .''\`.  \033[0m"
        DEB_2="\033[1;31m: :'  : \033[0m"
@@ -45,7 +54,7 @@ panic() {
        printf "\n"
        printf "  This Live System image failed to boot.\n\n"
 
-       printf "  Please file a bug against the 'live-boot' package or email the Live Systems\n"
+       printf "  Please file a bug against the 'live-boot' package or email the Debian Live\n"
        printf "  mailing list at <debian-live@lists.debian.org>, making sure to note the\n"
        printf "  exact version, name and distribution of the image you were attempting to boot.\n\n"