mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-07-30 12:40:33 +02:00
add system update tools
This commit is contained in:
@ -46,7 +46,7 @@ rootfs()
|
||||
fi
|
||||
echo "Installing new rootfs"
|
||||
cd $TMP_MOUNT
|
||||
if ! tar -xpvf --same-owner "$path" .; then
|
||||
if ! tar --same-owner -xpvf "$path" .; then
|
||||
echo "Error: unable to install new rootfs. Restore and quit"
|
||||
cd
|
||||
umount $TMP_MOUNT
|
||||
|
Reference in New Issue
Block a user