X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-initramfs-tools.sh;h=b2517545a3dfe6b0a712746450e670f89f8c4c3d;hb=3b7c6a24bca1da1680b745c55128780b27257b56;hp=210579d746e4bddc32d057fae09e13dc32d4a1c7;hpb=7020a6ae259420a631ce731bb0c4f0effd7cdc19;p=live-boot-grml.git diff --git a/components/9990-initramfs-tools.sh b/components/9990-initramfs-tools.sh index 210579d..b251754 100755 --- a/components/9990-initramfs-tools.sh +++ b/components/9990-initramfs-tools.sh @@ -31,7 +31,7 @@ panic() do case "${_PARAMETER}" in panic=*) - panic="${_PARAMETER#*verify-checksums=}" + panic="${_PARAMETER#*panic=}" ;; esac done @@ -54,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 , making sure to note the\n" printf " exact version, name and distribution of the image you were attempting to boot.\n\n"