diff options
Diffstat (limited to 'platforms/rpi1')
-rw-r--r-- | platforms/rpi1/extlinux.conf | 2 | ||||
-rw-r--r-- | platforms/rpi1/mageia4arm.cfg | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/platforms/rpi1/extlinux.conf b/platforms/rpi1/extlinux.conf index 2678b8e..bd8b64e 100644 --- a/platforms/rpi1/extlinux.conf +++ b/platforms/rpi1/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/rpi1/mageia4arm.cfg b/platforms/rpi1/mageia4arm.cfg index d7cb00f..71cbe2b 100644 --- a/platforms/rpi1/mageia4arm.cfg +++ b/platforms/rpi1/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" |