diff options
| author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-03-11 09:15:39 +0100 |
|---|---|---|
| committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 13:54:16 +0200 |
| commit | bcb91e3cacfe5375539e0becba9421a9c8c53c5d (patch) | |
| tree | 350b6336bc6369f3277cec60cee4a7963c445d6d /scripts | |
| parent | e77f47ca9964b83a76e183ea653dd91402a6757b (diff) | |
| download | live-boot-bcb91e3cacfe5375539e0becba9421a9c8c53c5d.tar.gz live-boot-bcb91e3cacfe5375539e0becba9421a9c8c53c5d.zip | |
Debranding package for derivatives.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/boot/9990-initramfs-tools.sh | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/scripts/boot/9990-initramfs-tools.sh b/scripts/boot/9990-initramfs-tools.sh index 37aa0c3..5354134 100755 --- a/scripts/boot/9990-initramfs-tools.sh +++ b/scripts/boot/9990-initramfs-tools.sh @@ -41,13 +41,12 @@ panic() { kill ${tailpid} printf "\n\n" - printf " ${DEB_1}\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" + printf " \033[1;37mBOOT FAILED!\033[0m\n" + 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 Debian\n" - printf " Live mailing list at <debian-live@lists.debian.org>, making sure to note the\n" + printf " Please file a bug against the 'live-boot' package or email the Live Systems\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" printf " The file ${LIVELOG} contains some debugging information but booting with the\n" |
