This is just a precaution for users which have broken graphics. This
way, the kernel should keep the simple VGA text console without actually
switching on high resolutions.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
submenu 'Other Installation Options -->' {
menuentry 'Install NAME VERSION (Text Mode)' --class ipfire --class gnu-linux --class gnu --class os {
- linux /boot/isolinux/vmlinuz novga
+ linux /boot/isolinux/vmlinuz nomodeset novga
initrd /boot/isolinux/instroot
}
ENDTEXT
KERNEL vmlinuz
INITRD instroot
- APPEND novga
+ APPEND nomodeset novga
LABEL unattended
MENU LABEL Unattended installation