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
2f3f3699b3 add system update tools 2023-08-02 18:35:11 +02:00

View File

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