1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2026-04-09 11:32:31 +02:00

use sysvinit

This commit is contained in:
DanyLE
2023-08-02 11:03:50 +02:00
parent b6388526ae
commit 2b6763d6f3

View File

@@ -19,6 +19,11 @@ case "$1" in
# initramfs recovery-${MACHINE}.cpio.gz followkernel # initramfs recovery-${MACHINE}.cpio.gz followkernel
EOF EOF
;; ;;
stop)
umount /boot
;;
*) *)
N=/etc/init.d/$NAME N=/etc/init.d/$NAME
echo "Usage: $N {start}" >&2 echo "Usage: $N {start}" >&2