|
|
@ -610,10 +610,10 @@ verbose_kmsg
|
|
|
|
echo -ne "${GOOD}>>${NORMAL}${BOLD} Booting (initramfs)${NORMAL}"
|
|
|
|
echo -ne "${GOOD}>>${NORMAL}${BOLD} Booting (initramfs)${NORMAL}"
|
|
|
|
if [ ! -e "${CHROOT}/dev/console" ] || [ ! -e "${CHROOT}/dev/null" ]
|
|
|
|
if [ ! -e "${CHROOT}/dev/console" ] || [ ! -e "${CHROOT}/dev/null" ]
|
|
|
|
then
|
|
|
|
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" ]
|
|
|
|
elif [ -e /etc/initrd.splash -a ! -e "${CHROOT}/dev/tty1" ]
|
|
|
|
then
|
|
|
|
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
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
cd "${CHROOT}"
|
|
|
|
cd "${CHROOT}"
|
|
|
|