mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:57:45 +00:00
Meta: Add EXTLINUX config
This commit is contained in:
parent
e7498bb918
commit
c1775a908c
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…
Add table
Add a link
Reference in a new issue