From f14e707144e805611ea01a8f2fd7f1e1beeb65c1 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 6 May 2025 13:21:53 -0400 Subject: fixes --- config/grub.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config') diff --git a/config/grub.cfg b/config/grub.cfg index 82c5db7..13c5167 100644 --- a/config/grub.cfg +++ b/config/grub.cfg @@ -1,9 +1,8 @@ set timeout=1 set default=0 insmod all_video -insmod normal menuentry "kern" { multiboot2 /boot/kernel - # module2 /boot/initrd.tar + module2 /boot/initrd.tar } -- cgit v1.2.3-freya