diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-12-29 19:08:02 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-12-29 19:08:02 +0100 |
commit | fed3416bd22850b8c55407c3d886ba3e6e9b297f (patch) | |
tree | eee374c45475750dc572406f011cfd6084cf87e1 /Kernel/grub_gpt.cfg | |
parent | 6a94214502410b5f82193cb46f6683abb8907910 (diff) | |
download | serenity-fed3416bd22850b8c55407c3d886ba3e6e9b297f.zip |
Kernel: Embrace the SerenityOS name
Diffstat (limited to 'Kernel/grub_gpt.cfg')
-rw-r--r-- | Kernel/grub_gpt.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/grub_gpt.cfg b/Kernel/grub_gpt.cfg index c222d06af4..b890913116 100644 --- a/Kernel/grub_gpt.cfg +++ b/Kernel/grub_gpt.cfg @@ -1,11 +1,11 @@ timeout=1 -menuentry 'Serenity (normal)' { +menuentry 'SerenityOS (normal)' { root=hd0,2 multiboot /boot/kernel root=/dev/hda2 } -menuentry 'Serenity (with serial debug)' { +menuentry 'SerenityOS (with serial debug)' { root=hd0,2 multiboot /boot/kernel serial_debug root=/dev/hda2 } |