linuxrc: drop another /dev (tty1) pointless check

master
Fabio Erculiani 12 years ago
parent 35443c24ae
commit a7def21edc

@ -326,11 +326,6 @@ cd "${CHROOT}"
move_mounts_to_chroot move_mounts_to_chroot
if [ -e /etc/initrd.splash -a ! -e "${CHROOT}/dev/tty1" ]
then
bad_msg "ERROR: your real /dev is missing tty1, required for splash"
fi
# Run debug shell if requested # Run debug shell if requested
rundebugshell "before entering switch_root" rundebugshell "before entering switch_root"

Loading…
Cancel
Save