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}"