mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 05:35:52 +03:00
Meta: Update extlinux config for the recent prekernel changes
This commit is contained in:
parent
6a45ebe282
commit
696e15fcd8
Notes:
sideshowbarker
2024-07-18 08:41:34 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/696e15fcd89 Pull-request: https://github.com/SerenityOS/serenity/pull/8891 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/dascandy
@ -8,19 +8,19 @@ DEFAULT SerenityOS
|
||||
LABEL SerenityOS
|
||||
MENU LABEL SerenityOS
|
||||
KERNEL mboot.c32
|
||||
APPEND ../Kernel root=/dev/hda1
|
||||
APPEND ../Prekernel root=/dev/hda1 --- ../Kernel
|
||||
|
||||
LABEL SerenityOSText
|
||||
MENU LABEL SerenityOS (text mode)
|
||||
KERNEL mboot.c32
|
||||
APPEND ../Kernel root=/dev/hda1 boot_mode=text
|
||||
APPEND ../Prekernel root=/dev/hda1 boot_mode=text --- ../Kernel
|
||||
|
||||
LABEL SerenityOSNoACPI
|
||||
MENU LABEL SerenityOS (No ACPI)
|
||||
KERNEL mboot.c32
|
||||
APPEND ../Kernel root=/dev/hda1 acpi=off
|
||||
APPEND ../Prekernel root=/dev/hda1 acpi=off --- ../Kernel
|
||||
|
||||
LABEL SerenityOSSerialDebug
|
||||
MENU LABEL SerenityOS (with serial debug)
|
||||
KERNEL mboot.c32
|
||||
APPEND ../Kernel root=/dev/hda1 serial_debug
|
||||
APPEND ../Prekernel root=/dev/hda1 serial_debug --- ../Kernel
|
||||
|
Loading…
Reference in New Issue
Block a user