aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Tartavel <contact@librepc.com>2018-12-26 14:44:37 +0100
committerDaniel Tartavel <contact@librepc.com>2018-12-26 14:44:37 +0100
commitb58cefc85d8035d0018c576aafcbb50c151bc2f6 (patch)
treebd17652627b8b2ff7dc2ffb95f8968fc8958d2c1
parentbbd38aab37ca956d0a542e8fe0275b34d5705dc6 (diff)
downloadmageia4arm-b58cefc85d8035d0018c576aafcbb50c151bc2f6.tar
mageia4arm-b58cefc85d8035d0018c576aafcbb50c151bc2f6.tar.gz
mageia4arm-b58cefc85d8035d0018c576aafcbb50c151bc2f6.tar.bz2
mageia4arm-b58cefc85d8035d0018c576aafcbb50c151bc2f6.tar.xz
mageia4arm-b58cefc85d8035d0018c576aafcbb50c151bc2f6.zip
Added kernel parameters in extlinux.conf
-rwxr-xr-xcreate_arm_img_urpmi.sh2
-rw-r--r--rpi/extlinux.conf2
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