From b58cefc85d8035d0018c576aafcbb50c151bc2f6 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Wed, 26 Dec 2018 14:44:37 +0100 Subject: [PATCH] Added kernel parameters in extlinux.conf --- create_arm_img_urpmi.sh | 2 +- rpi/extlinux.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/create_arm_img_urpmi.sh b/create_arm_img_urpmi.sh index 6c7e6ba..184ea9b 100755 --- a/create_arm_img_urpmi.sh +++ b/create_arm_img_urpmi.sh @@ -768,7 +768,7 @@ else fi fi -# assign function for building image of TARGET ( rpi, xu3 or xu4 ) +# assign function for building image of TARGET ( rpi, odroid ) case $TARGET in odroid) CREATEIMG="createxu3image" diff --git a/rpi/extlinux.conf b/rpi/extlinux.conf index c1171af..c188815 100644 --- a/rpi/extlinux.conf +++ b/rpi/extlinux.conf @@ -7,4 +7,4 @@ label linux kernel /boot/vmlinuz initrd /boot/initrd.img fdtdir /usr/lib/linux-4.19.12-desktop-2.mga7 - append root=UUID=f9fdc05d-2cc9-42d8-a8dc-2f79ff008045 8250.nr_uarts=1 console=ttyS0,115200 console=tty1 elevator=deadline cma=256M@512M + append root=UUID=f9fdc05d-2cc9-42d8-a8dc-2f79ff008045 console=tty1 elevator=deadline cma=256M@512M audit=0 fsck.repair=1