mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-07-13 06:04:22 +02:00
Compare commits
1 Commits
d39686df00
...
2f3f3699b3
Author | SHA1 | Date | |
---|---|---|---|
2f3f3699b3 |
@ -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
|
||||
|
Reference in New Issue
Block a user