1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-08-01 21:50:55 +02:00

use sysvinit

This commit is contained in:
DanyLE
2023-08-02 10:13:00 +02:00
parent 8ba74de514
commit e552576431
4 changed files with 12 additions and 4 deletions

View File

@ -13,7 +13,7 @@ case "$1" in
# need to turn it on manually
echo 0 > /sys/class/backlight/backlight/bl_power
if [ -f "/boot/fs_resize" ]; then
/usr/bin/expandfs.sh
/usr/sbin/expandfs.sh
touch /boot/home_partition_should_be_formated
rm /boot/fs_resize
reboot