[RFC,3/3] cdrom: Disable modesetting in text mode
Commit Message
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>
---
config/cdrom/grub.cfg | 2 +-
config/syslinux/syslinux.cfg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
@@ -23,7 +23,7 @@ menuentry 'Install NAME VERSION ARCH' --class ipfire --class gnu-linux --class g
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
}
@@ -50,7 +50,7 @@ Run the installer in text mode.
ENDTEXT
KERNEL vmlinuz
INITRD instroot
- APPEND novga
+ APPEND nomodeset novga
LABEL unattended
MENU LABEL Unattended installation