aboutsummaryrefslogtreecommitdiffstats
path: root/rpi3+/extlinux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'rpi3+/extlinux.conf')
-rw-r--r--rpi3+/extlinux.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/rpi3+/extlinux.conf b/rpi3+/extlinux.conf
new file mode 100644
index 0000000..2678b8e
--- /dev/null
+++ b/rpi3+/extlinux.conf
@@ -0,0 +1,10 @@
+menu Welcome to Mageia-Minimal.
+timeout 20
+default linux
+
+label linux
+ 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
+