1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-06-29 14:09:48 +02:00

add system update tools

This commit is contained in:
DanyLE 2023-08-02 18:14:21 +02:00
parent 668434388c
commit 28e193073c

View File

@ -54,6 +54,7 @@ rootfs()
return 1
fi
sync
cd
echo "Unmount the rootfs partition"
umount $TMP_MOUNT
echo "Done"