fix bootloader file name in GRUB config

Fixes: 0b75cd9c
This commit is contained in:
Florian Fischer
2024-01-24 19:48:52 +01:00
parent c0254bca6d
commit 015768793b
+1 -1
View File
@@ -2,6 +2,6 @@ set timeout=5
set default=0
menuentry "MentOS" {
multiboot /boot/kernel-bootloader.bin
multiboot /boot/bootloader.bin
boot
}