aboutsummaryrefslogtreecommitdiffstats
path: root/platforms/rpi2/extlinux.conf
diff options
context:
space:
mode:
authorDaniel Tartavel <contact@librepc.com>2019-09-29 06:50:44 +0200
committerDaniel Tartavel <contact@librepc.com>2019-09-29 06:50:44 +0200
commit2a82e889e8fc50d72be705ded4a50292c02b38b0 (patch)
treee6cd9365a439db56f8f69fc107243185be48a49d /platforms/rpi2/extlinux.conf
parent22115e7251b4526913948ab0b8780c8419cb6682 (diff)
downloadmageia4arm-2a82e889e8fc50d72be705ded4a50292c02b38b0.tar
mageia4arm-2a82e889e8fc50d72be705ded4a50292c02b38b0.tar.gz
mageia4arm-2a82e889e8fc50d72be705ded4a50292c02b38b0.tar.bz2
mageia4arm-2a82e889e8fc50d72be705ded4a50292c02b38b0.tar.xz
mageia4arm-2a82e889e8fc50d72be705ded4a50292c02b38b0.zip
added platform dir
Diffstat (limited to 'platforms/rpi2/extlinux.conf')
-rw-r--r--platforms/rpi2/extlinux.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/platforms/rpi2/extlinux.conf b/platforms/rpi2/extlinux.conf
new file mode 100644
index 0000000..2678b8e
--- /dev/null
+++ b/platforms/rpi2/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
+