summaryrefslogtreecommitdiff
path: root/Meta/grub-gpt.cfg
diff options
context:
space:
mode:
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
}