Add a single word to help clarify which /dev is broken, after I wasted a day debuggin...
authorRobin H. Johnson <robbat2@gentoo.org>
Sun, 31 Aug 2008 18:29:27 +0000 (11:29 -0700)
committerRobin H. Johnson <robbat2@gentoo.org>
Sun, 31 Aug 2008 18:29:27 +0000 (11:29 -0700)
defaults/linuxrc

index 8e39fc5e97f76265c32442ac6a434eb90d6220dc..925d619273c012661b8b0be92d938ad3c3581b86 100644 (file)
@@ -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}"