From 7013248d605e10546d2884193427bd74bd845e51 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sat, 29 Jul 2023 19:11:57 +0530 Subject: [PATCH] idk what n8 does but add it pls --- includes/bootloader-stuff.ksi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/bootloader-stuff.ksi b/includes/bootloader-stuff.ksi index 3bc62fd..fc2a20a 100644 --- a/includes/bootloader-stuff.ksi +++ b/includes/bootloader-stuff.ksi @@ -50,7 +50,7 @@ GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" -GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200" +GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_DISABLE_OS_PROBER="true" GRUB_ENABLE_BLSCFG="false"