From 2ec07655cf8a31a06175633a201fa633a6bc4f1c Mon Sep 17 00:00:00 2001 From: etaIneLp <33374857+etaIneLp@users.noreply.github.com> Date: Tue, 26 May 2020 17:53:31 -0400 Subject: Meta: Grub configs use correct kernel image name --- Meta/grub-ebr.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Meta/grub-ebr.cfg') diff --git a/Meta/grub-ebr.cfg b/Meta/grub-ebr.cfg index 99300a0be4..2b351ce72f 100644 --- a/Meta/grub-ebr.cfg +++ b/Meta/grub-ebr.cfg @@ -2,16 +2,16 @@ timeout=1 menuentry 'SerenityOS (normal)' { root=hd0,5 - multiboot /boot/kernel root=/dev/hda5 + multiboot /boot/Kernel root=/dev/hda5 } menuentry 'SerenityOS (No ACPI)' { root=hd0,5 - multiboot /boot/kernel root=/dev/hda5 acpi=off + multiboot /boot/Kernel root=/dev/hda5 acpi=off } menuentry 'SerenityOS (with serial debug)' { root=hd0,5 - multiboot /boot/kernel serial_debug root=/dev/hda5 + multiboot /boot/Kernel serial_debug root=/dev/hda5 } -- cgit v1.2.3