1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-07-13 06:04:22 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
668434388c add system update tools 2023-08-02 18:13:31 +02:00

View File

@ -48,6 +48,7 @@ rootfs()
cd $TMP_MOUNT
if ! tar -xpvf --same-owner "$path" .; then
echo "Error: unable to install new rootfs. Restore and quit"
cd
umount $TMP_MOUNT
dd if=$backup_file of=$ROOTFS_DEV
return 1