mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
Meta: Update extlinux config for the recent prekernel changes
This commit is contained in:
parent
6a45ebe282
commit
696e15fcd8
1 changed files with 4 additions and 4 deletions
|
@ -8,19 +8,19 @@ DEFAULT SerenityOS
|
||||||
LABEL SerenityOS
|
LABEL SerenityOS
|
||||||
MENU LABEL SerenityOS
|
MENU LABEL SerenityOS
|
||||||
KERNEL mboot.c32
|
KERNEL mboot.c32
|
||||||
APPEND ../Kernel root=/dev/hda1
|
APPEND ../Prekernel root=/dev/hda1 --- ../Kernel
|
||||||
|
|
||||||
LABEL SerenityOSText
|
LABEL SerenityOSText
|
||||||
MENU LABEL SerenityOS (text mode)
|
MENU LABEL SerenityOS (text mode)
|
||||||
KERNEL mboot.c32
|
KERNEL mboot.c32
|
||||||
APPEND ../Kernel root=/dev/hda1 boot_mode=text
|
APPEND ../Prekernel root=/dev/hda1 boot_mode=text --- ../Kernel
|
||||||
|
|
||||||
LABEL SerenityOSNoACPI
|
LABEL SerenityOSNoACPI
|
||||||
MENU LABEL SerenityOS (No ACPI)
|
MENU LABEL SerenityOS (No ACPI)
|
||||||
KERNEL mboot.c32
|
KERNEL mboot.c32
|
||||||
APPEND ../Kernel root=/dev/hda1 acpi=off
|
APPEND ../Prekernel root=/dev/hda1 acpi=off --- ../Kernel
|
||||||
|
|
||||||
LABEL SerenityOSSerialDebug
|
LABEL SerenityOSSerialDebug
|
||||||
MENU LABEL SerenityOS (with serial debug)
|
MENU LABEL SerenityOS (with serial debug)
|
||||||
KERNEL mboot.c32
|
KERNEL mboot.c32
|
||||||
APPEND ../Kernel root=/dev/hda1 serial_debug
|
APPEND ../Prekernel root=/dev/hda1 serial_debug --- ../Kernel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue