summaryrefslogtreecommitdiff
path: root/Meta
diff options
context:
space:
mode:
authorDolphinChips <DoIphinChips@protonmail.com>2021-05-08 17:39:03 +0500
committerLinus Groh <mail@linusgroh.de>2021-05-12 09:25:03 +0100
commitc1775a908c85905cdabd42cda7c9498694e49a6c (patch)
treef27dd16b6612e4b427cdf73c52e83565eb33209f /Meta
parente7498bb918a6fc64717473c6109fb57a34d09288 (diff)
downloadserenity-c1775a908c85905cdabd42cda7c9498694e49a6c.zip
Meta: Add EXTLINUX config
Diffstat (limited to 'Meta')
-rw-r--r--Meta/extlinux.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/Meta/extlinux.conf b/Meta/extlinux.conf
new file mode 100644
index 0000000000..0d22761b13
--- /dev/null
+++ b/Meta/extlinux.conf
@@ -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