mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-07-13 14:14:23 +02:00
Compare commits
1 Commits
b6388526ae
...
2b6763d6f3
Author | SHA1 | Date | |
---|---|---|---|
2b6763d6f3 |
@ -19,6 +19,11 @@ case "$1" in
|
||||
# initramfs recovery-${MACHINE}.cpio.gz followkernel
|
||||
EOF
|
||||
;;
|
||||
|
||||
stop)
|
||||
umount /boot
|
||||
;;
|
||||
|
||||
*)
|
||||
N=/etc/init.d/$NAME
|
||||
echo "Usage: $N {start}" >&2
|
||||
|
Reference in New Issue
Block a user