Added kernel parameters in extlinux.conf
This commit is contained in:
parent
bbd38aab37
commit
b58cefc85d
@ -768,7 +768,7 @@ else
|
|||||||
fi
|
fi
|
||||||
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
|
case $TARGET in
|
||||||
odroid)
|
odroid)
|
||||||
CREATEIMG="createxu3image"
|
CREATEIMG="createxu3image"
|
||||||
|
@ -7,4 +7,4 @@ label linux
|
|||||||
kernel /boot/vmlinuz
|
kernel /boot/vmlinuz
|
||||||
initrd /boot/initrd.img
|
initrd /boot/initrd.img
|
||||||
fdtdir /usr/lib/linux-4.19.12-desktop-2.mga7
|
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
|
||||||
|
Reference in New Issue
Block a user