diff options
author | Daniel Baumann <daniel@debian.org> | 2008-08-10 04:23:40 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:01 +0100 |
commit | 1a2f51839940cda3087d138025b7b22687905b9e (patch) | |
tree | 356b37e82eb7ceb06b2cf56d145df213bf52c962 /scripts/live-functions | |
parent | 7cfaf499a2e3e7c99257a80936760802571fe08f (diff) | |
download | live-boot-1a2f51839940cda3087d138025b7b22687905b9e.tar.gz live-boot-1a2f51839940cda3087d138025b7b22687905b9e.zip |
Not going over the top with exclamation marks in the panic message.
Diffstat (limited to 'scripts/live-functions')
-rw-r--r-- | scripts/live-functions | 2 |
1 files changed, 1 insertions, 1 deletions
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" |