From 696e15fcd899fd88b389a5f47bd69460f871f3a1 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 20 Jul 2021 03:48:40 +0200 Subject: Meta: Update extlinux config for the recent prekernel changes --- Meta/extlinux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Meta/extlinux.conf') diff --git a/Meta/extlinux.conf b/Meta/extlinux.conf index 0d22761b13..4a99448488 100644 --- a/Meta/extlinux.conf +++ b/Meta/extlinux.conf @@ -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 -- cgit v1.2.3