mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-11-08 06:28:23 +01:00
add system update tools
This commit is contained in:
parent
28e193073c
commit
ef9c29177f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user