mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Meta: Add EXTLINUX config
This commit is contained in:
parent
e7498bb918
commit
c1775a908c
Notes:
sideshowbarker
2024-07-18 18:18:46 +09:00
Author: https://github.com/DolphinChips 🔰 Commit: https://github.com/SerenityOS/serenity/commit/c1775a908c8 Pull-request: https://github.com/SerenityOS/serenity/pull/6946 Reviewed-by: https://github.com/linusg
1 changed files with 26 additions and 0 deletions
26
Meta/extlinux.conf
Normal file
26
Meta/extlinux.conf
Normal file
|
@ -0,0 +1,26 @@
|
|||
UI menu.c32
|
||||
PROMPT 0
|
||||
|
||||
MENU TITLE SerenityOS Boot menu
|
||||
TIMEOUT 10
|
||||
DEFAULT SerenityOS
|
||||
|
||||
LABEL SerenityOS
|
||||
MENU LABEL SerenityOS
|
||||
KERNEL mboot.c32
|
||||
APPEND ../Kernel root=/dev/hda1
|
||||
|
||||
LABEL SerenityOSText
|
||||
MENU LABEL SerenityOS (text mode)
|
||||
KERNEL mboot.c32
|
||||
APPEND ../Kernel root=/dev/hda1 boot_mode=text
|
||||
|
||||
LABEL SerenityOSNoACPI
|
||||
MENU LABEL SerenityOS (No ACPI)
|
||||
KERNEL mboot.c32
|
||||
APPEND ../Kernel root=/dev/hda1 acpi=off
|
||||
|
||||
LABEL SerenityOSSerialDebug
|
||||
MENU LABEL SerenityOS (with serial debug)
|
||||
KERNEL mboot.c32
|
||||
APPEND ../Kernel root=/dev/hda1 serial_debug
|
Loading…
Reference in a new issue