From 68db69c9bf00d33c4b64ede6de770bdaa03efc34 Mon Sep 17 00:00:00 2001 From: Jybz Date: Mon, 30 Dec 2019 11:03:16 +0100 Subject: Improve extlinux.conf doc and process. --- platforms/rpi3+/extlinux.conf | 2 +- platforms/rpi3+/mageia4arm.cfg | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'platforms/rpi3+') diff --git a/platforms/rpi3+/extlinux.conf b/platforms/rpi3+/extlinux.conf index 2678b8e..bd8b64e 100644 --- a/platforms/rpi3+/extlinux.conf +++ b/platforms/rpi3+/extlinux.conf @@ -4,7 +4,7 @@ default linux label linux 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 + append root=UUID= fdtdir /usr/lib/ initrd /boot/initrd diff --git a/platforms/rpi3+/mageia4arm.cfg b/platforms/rpi3+/mageia4arm.cfg index f4dd78d..bf8a58a 100644 --- a/platforms/rpi3+/mageia4arm.cfg +++ b/platforms/rpi3+/mageia4arm.cfg @@ -54,6 +54,9 @@ 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" -- cgit v1.2.1