From 985a0bed60a4bab241f090665ada926e676d0c6c Mon Sep 17 00:00:00 2001 From: DanyLE Date: Tue, 1 Aug 2023 15:27:18 +0200 Subject: [PATCH] add kernel modules to the initramfs --- recipes-diya/initramfs/files/init | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-diya/initramfs/files/init b/recipes-diya/initramfs/files/init index e1bcf41..8d2bc58 100755 --- a/recipes-diya/initramfs/files/init +++ b/recipes-diya/initramfs/files/init @@ -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