From b96546958fc9c46c094a16fdb69fe635a33629f6 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sun, 31 Aug 2008 11:29:27 -0700 Subject: [PATCH] Add a single word to help clarify which /dev is broken, after I wasted a day debugging my new box. --- defaults/linuxrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/linuxrc b/defaults/linuxrc index 8e39fc5..925d619 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}" -- 2.26.2