1
0

Added kernel parameters in extlinux.conf

This commit is contained in:
Daniel Tartavel 2018-12-26 14:44:37 +01:00
parent bbd38aab37
commit b58cefc85d
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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