blob: 16bb2f5740fc4b2021a8e5c62bc909d896c69151 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- initrd.splash 2008-11-13 23:49:00.000000000 +0100
+++ initrd.splash.new 2010-07-27 21:35:24.647912782 +0200
@@ -26,7 +26,7 @@
init)
if [ -n "$2" ]; then
export BOOT_MSG="$2"
- elif [ "${CDROOT}" -eq '1' ]; then
+ elif [ "${CDROOT}" = '1' ]; then
export BOOT_MSG="Preparing the LiveCD environment... Press Alt+F1 for verbose mode."
else
export BOOT_MSG="Preparing the system for boot... Press Alt+F1 for verbose mode."
|