diff options
author | Daniel Tartavel <contact@librepc.com> | 2018-12-28 09:42:54 +0100 |
---|---|---|
committer | Daniel Tartavel <contact@librepc.com> | 2018-12-28 09:42:54 +0100 |
commit | a22918ebab3b8786bcf4215333486433b7478f02 (patch) | |
tree | bd372e65679b88ca158854eb730c84e6ad905def /rpi | |
parent | b58cefc85d8035d0018c576aafcbb50c151bc2f6 (diff) | |
download | mageia4arm-a22918ebab3b8786bcf4215333486433b7478f02.tar mageia4arm-a22918ebab3b8786bcf4215333486433b7478f02.tar.gz mageia4arm-a22918ebab3b8786bcf4215333486433b7478f02.tar.bz2 mageia4arm-a22918ebab3b8786bcf4215333486433b7478f02.tar.xz mageia4arm-a22918ebab3b8786bcf4215333486433b7478f02.zip |
Corrected a regression on extlinux.conf
Diffstat (limited to 'rpi')
-rw-r--r-- | rpi/extlinux.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/rpi/extlinux.conf b/rpi/extlinux.conf index c188815..91a46a2 100644 --- a/rpi/extlinux.conf +++ b/rpi/extlinux.conf @@ -1,10 +1,10 @@ -# File generated by DrakX/drakboot -default linux +menu Welcome to Mageia-Minimal. timeout 20 -menu title Boot Menu +default Mageia + +label Mageia + kernel /boot/vmlinuz + append root=UUID=<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/<FDTDIR> + initrd /boot/initrd -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 console=tty1 elevator=deadline cma=256M@512M audit=0 fsck.repair=1 |