diff options
author | Jybz <j.biernacki@free.fr> | 2019-12-30 11:03:16 +0100 |
---|---|---|
committer | Jybz <j.biernacki@free.fr> | 2019-12-30 11:03:16 +0100 |
commit | 68db69c9bf00d33c4b64ede6de770bdaa03efc34 (patch) | |
tree | 305869825cd724bcbeb11ddb0e31a3bb8be07d72 /platforms/rpi3 | |
parent | 1a545d74b352e51de19b9a734c6a7fb72a0b58e6 (diff) | |
download | mageia4arm-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/rpi3')
-rw-r--r-- | platforms/rpi3/extlinux.conf | 2 | ||||
-rw-r--r-- | platforms/rpi3/mageia4arm.cfg | 4 |
2 files changed, 5 insertions, 1 deletions
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=<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/rpi3/mageia4arm.cfg b/platforms/rpi3/mageia4arm.cfg index 7530c5d..3c7b5f2 100644 --- a/platforms/rpi3/mageia4arm.cfg +++ b/platforms/rpi3/mageia4arm.cfg @@ -58,6 +58,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" |