From 2fe25c521879c3afafa06159efefe53bc108b595 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 31 Jan 2024 21:28:14 -0500 Subject: [PATCH] grub: remove extra space --- grub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub b/grub index 77f06ed..4cc57d7 100644 --- a/grub +++ b/grub @@ -4,7 +4,7 @@ GRUB_DEFAULT=0 GRUB_TIMEOUT=0 GRUB_DISTRIBUTOR="Arch" GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet" -GRUB_CMDLINE_LINUX="slab_nomerge init_on_free=1 lockdown=confidentiality vsyscall=none ia32_emulation=0 preempt=none console=ttyS0 " +GRUB_CMDLINE_LINUX="slab_nomerge init_on_free=1 lockdown=confidentiality vsyscall=none ia32_emulation=0 preempt=none console=ttyS0" # Preload both GPT and MBR modules so that they are not missed GRUB_PRELOAD_MODULES="part_gpt part_msdos"