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:33:39 +02:00
parent afbfe3bba0
commit dbc5d431a0
3 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ case "$1" in
# mount boot
mount /dev/mmcblk0p1 /boot
cat << EOF >> /boot/extraconfig.txt
cat << EOF > /boot/extraconfig.txt
# initramfs recovery-${MACHINE}.cpio.gz followkernel
EOF
;;