From 06f2c8674b3c23e61fee7b4bbad0112a93915bae Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Mon, 24 Dec 2018 11:14:08 +0100 Subject: Corrected an error in extlinux.conf --- rpi/extlinux.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/rpi/extlinux.conf b/rpi/extlinux.conf index 91a46a2..c1171af 100644 --- a/rpi/extlinux.conf +++ b/rpi/extlinux.conf @@ -1,10 +1,10 @@ -menu Welcome to Mageia-Minimal. +# File generated by DrakX/drakboot +default linux timeout 20 -default Mageia - -label Mageia - kernel /boot/vmlinuz - append root=UUID= dwc_otg.lpm_enable=0 console=ttyS0,115200 kgdboc=ttyS0,115200 console=tty1 rootwait fsck.repair=1 8250.nr_uarts=1 elevator=deadline cma=256M\@512M audit=0 - fdtdir /usr/lib/ - initrd /boot/initrd +menu title Boot Menu +label linux + kernel /boot/vmlinuz + initrd /boot/initrd.img + fdtdir /usr/lib/linux-4.19.12-desktop-2.mga7 + append root=UUID=f9fdc05d-2cc9-42d8-a8dc-2f79ff008045 8250.nr_uarts=1 console=ttyS0,115200 console=tty1 elevator=deadline cma=256M@512M -- cgit v1.2.1