mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
busybox: load cpu firmwares in initramfs
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
081dc26668
commit
6c2e5ce1c2
@ -57,6 +57,11 @@
|
||||
|
||||
LIVE="no"
|
||||
|
||||
# load cpu firmware if possible
|
||||
if [ -e /sys/devices/system/cpu/microcode/reload ]; then
|
||||
echo 1 > /sys/devices/system/cpu/microcode/reload
|
||||
fi
|
||||
|
||||
# hide kernel log messages on console
|
||||
echo '1 4 1 7' > /proc/sys/kernel/printk
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user