From: Daniel Baumann Date: Sun, 10 Aug 2008 02:23:40 +0000 (+0200) Subject: Not going over the top with exclamation marks in the panic message. X-Git-Tag: debian/2.0.15-1~472 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=1a2f51839940cda3087d138025b7b22687905b9e;p=live-boot-grml.git Not going over the top with exclamation marks in the panic message. --- diff --git a/scripts/live-functions b/scripts/live-functions index 8d55de0..ff3d742 100644 --- a/scripts/live-functions +++ b/scripts/live-functions @@ -118,7 +118,7 @@ panic() { printf "\n\n" printf " ${DEB_1}\n" - printf " ${DEB_2} \033[1;37mBOOT FAILED !!!\033[0m\n" + printf " ${DEB_2} \033[1;37mBOOT FAILED!\033[0m\n" printf " ${DEB_3}\n" printf " ${DEB_4} This Debian Live image failed to boot.\n\n"