X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-initramfs-tools.sh;h=4323211062eee9b0300722b1c4e06dd7dd5bfcd6;hb=4fa5c227e5ec0dab934c5895da9d2f172593ad60;hp=e6b42822c5c94664551d3d1e0060715e3f0663fa;hpb=80b9733997a5f1c17a61f2a98c06689bd40e312e;p=live-boot-grml.git diff --git a/components/9990-initramfs-tools.sh b/components/9990-initramfs-tools.sh index e6b4282..4323211 100755 --- a/components/9990-initramfs-tools.sh +++ b/components/9990-initramfs-tools.sh @@ -56,10 +56,9 @@ panic() 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 " you were attempting to boot, as well as the content of /proc/cmdline.\n\n" - if [ -r /etc/grml_version ] - then + if [ -r /etc/grml_version ]; then GRML_VERSION="$(cat /etc/grml_version)" printf " $GRML_VERSION\n\n" fi