aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-08-31 11:29:27 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2008-08-31 11:29:27 -0700
commitb96546958fc9c46c094a16fdb69fe635a33629f6 (patch)
treea6c50d55e2146d27cd0ec187e8b70d76e2d44ea7
parentDisabled CONFIG_DEBUG_INFO in x86{,_64} kconfigs (diff)
downloadgenkernel-b96546958fc9c46c094a16fdb69fe635a33629f6.tar.gz
genkernel-b96546958fc9c46c094a16fdb69fe635a33629f6.tar.bz2
genkernel-b96546958fc9c46c094a16fdb69fe635a33629f6.zip
Add a single word to help clarify which /dev is broken, after I wasted a day debugging my new box.
-rw-r--r--defaults/linuxrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/defaults/linuxrc b/defaults/linuxrc
index 8e39fc5e..925d6192 100644
--- a/defaults/linuxrc
+++ b/defaults/linuxrc
@@ -610,10 +610,10 @@ verbose_kmsg
echo -ne "${GOOD}>>${NORMAL}${BOLD} Booting (initramfs)${NORMAL}"
if [ ! -e "${CHROOT}/dev/console" ] || [ ! -e "${CHROOT}/dev/null" ]
then
- echo -ne "${BAD}>>${NORMAL}${BOLD} ERROR: your /dev is missing files required to boot (console and null)${NORMAL}"
+ echo -ne "${BAD}>>${NORMAL}${BOLD} ERROR: your real /dev is missing files required to boot (console and null)${NORMAL}"
elif [ -e /etc/initrd.splash -a ! -e "${CHROOT}/dev/tty1" ]
then
- echo -ne "${BAD}>>${NORMAL}${BOLD} ERROR: your /dev is missing tty1, which is required for splash${NORMAL}"
+ echo -ne "${BAD}>>${NORMAL}${BOLD} ERROR: your real /dev is missing tty1, which is required for splash${NORMAL}"
fi
cd "${CHROOT}"