1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-12-26 18:58:20 +01:00

add kernel modules to the initramfs

This commit is contained in:
DanyLE 2023-08-01 15:27:18 +02:00
parent 4c42c6d31d
commit 985a0bed60

View File

@ -120,6 +120,9 @@ else
fi
fi
# active the back light
echo 0 > /sys/class/backlight/backlight/bl_power
# Load and run modules
for m in $MODULES_DIR/*; do
# Skip backup files