aboutsummaryrefslogtreecommitdiffstats
path: root/platforms/rpi2
diff options
context:
space:
mode:
authorJybz <j.biernacki@free.fr>2019-12-30 11:03:16 +0100
committerJybz <j.biernacki@free.fr>2019-12-30 11:03:16 +0100
commit68db69c9bf00d33c4b64ede6de770bdaa03efc34 (patch)
tree305869825cd724bcbeb11ddb0e31a3bb8be07d72 /platforms/rpi2
parent1a545d74b352e51de19b9a734c6a7fb72a0b58e6 (diff)
downloadmageia4arm-68db69c9bf00d33c4b64ede6de770bdaa03efc34.tar
mageia4arm-68db69c9bf00d33c4b64ede6de770bdaa03efc34.tar.gz
mageia4arm-68db69c9bf00d33c4b64ede6de770bdaa03efc34.tar.bz2
mageia4arm-68db69c9bf00d33c4b64ede6de770bdaa03efc34.tar.xz
mageia4arm-68db69c9bf00d33c4b64ede6de770bdaa03efc34.zip
Improve extlinux.conf doc and process.
Diffstat (limited to 'platforms/rpi2')
-rw-r--r--platforms/rpi2/extlinux.conf2
-rw-r--r--platforms/rpi2/mageia4arm.cfg4
2 files changed, 5 insertions, 1 deletions
diff --git a/platforms/rpi2/extlinux.conf b/platforms/rpi2/extlinux.conf
index 2678b8e..bd8b64e 100644
--- a/platforms/rpi2/extlinux.conf
+++ b/platforms/rpi2/extlinux.conf
@@ -4,7 +4,7 @@ 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
+ append root=UUID=<UUID> <BOOT_ARGS>
fdtdir /usr/lib/<FDTDIR>
initrd /boot/initrd
diff --git a/platforms/rpi2/mageia4arm.cfg b/platforms/rpi2/mageia4arm.cfg
index 1b6d34c..0a249bc 100644
--- a/platforms/rpi2/mageia4arm.cfg
+++ b/platforms/rpi2/mageia4arm.cfg
@@ -54,6 +54,10 @@ HOSTNAME="$TARGET.$ID_USER"
#Filesystem of boot partitions (default ext4 raspberry pi need vfat)
BOOTFS="vfat"
+#The arguments for the Kernel
+BOOT_ARGS='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'
+
+
#Path where the raspberry pi firmware is/will be installed
FIRMWARE_PATH="$INSTALL_PATH"
FIRMWARE_DIR="firmware-stable"