busybox: load cpu firmwares in initramfs

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2016-03-18 21:44:14 +01:00 committed by Lukas Rusak
parent 081dc26668
commit 6c2e5ce1c2

View File

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