summaryrefslogtreecommitdiff
path: root/Meta/grub-gpt.cfg
diff options
context:
space:
mode:
authoretaIneLp <33374857+etaIneLp@users.noreply.github.com>2020-05-26 17:53:31 -0400
committerAndreas Kling <kling@serenityos.org>2020-05-28 00:50:55 +0200
commit2ec07655cf8a31a06175633a201fa633a6bc4f1c (patch)
tree633094254d8c504b694181349183a65b141d5db1 /Meta/grub-gpt.cfg
parent0c1ed0ebf3d64359a948e6fae0d0d6ab8f89fd78 (diff)
downloadserenity-2ec07655cf8a31a06175633a201fa633a6bc4f1c.zip
Meta: Grub configs use correct kernel image name
Diffstat (limited to 'Meta/grub-gpt.cfg')
-rw-r--r--Meta/grub-gpt.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/Meta/grub-gpt.cfg b/Meta/grub-gpt.cfg
index a2c13c1be5..9de1494daa 100644
--- a/Meta/grub-gpt.cfg
+++ b/Meta/grub-gpt.cfg
@@ -2,15 +2,15 @@ timeout=1
menuentry 'SerenityOS (normal)' {
root=hd0,2
- multiboot /boot/kernel root=/dev/hda2
+ multiboot /boot/Kernel root=/dev/hda2
}
menuentry 'SerenityOS (No ACPI)' {
root=hd0,2
- multiboot /boot/kernel root=/dev/hda2 acpi=off
+ multiboot /boot/Kernel root=/dev/hda2 acpi=off
}
menuentry 'SerenityOS (with serial debug)' {
root=hd0,2
- multiboot /boot/kernel serial_debug root=/dev/hda2
+ multiboot /boot/Kernel serial_debug root=/dev/hda2
}