1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-08-29 23:32:04 +02:00

Compare commits

..

1 Commits

Author SHA1 Message Date
DanyLE
a11dda3253 use sysvinit 2023-08-02 01:04:31 +02:00

View File

@@ -12,7 +12,7 @@ case "$1" in
# hostname # hostname
echo "diya-recovery" > /proc/sys/kernel/hostname echo "diya-recovery" > /proc/sys/kernel/hostname
# mount boot # mount boot
mount /dev/mmcblk0p0 /boot mount /dev/mmcblk0p1 /boot
;; ;;
*) *)
N=/etc/init.d/$NAME N=/etc/init.d/$NAME