Meta: Add EXTLINUX config

This commit is contained in:
DolphinChips 2021-05-08 17:39:03 +05:00 committed by Linus Groh
parent e7498bb918
commit c1775a908c
Notes: sideshowbarker 2024-07-18 18:18:46 +09:00

26
Meta/extlinux.conf Normal file
View 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