mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-07-13 14:14:23 +02:00
Compare commits
1 Commits
28e193073c
...
ef9c29177f
Author | SHA1 | Date | |
---|---|---|---|
ef9c29177f |
@ -46,7 +46,7 @@ rootfs()
|
|||||||
fi
|
fi
|
||||||
echo "Installing new rootfs"
|
echo "Installing new rootfs"
|
||||||
cd $TMP_MOUNT
|
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"
|
echo "Error: unable to install new rootfs. Restore and quit"
|
||||||
cd
|
cd
|
||||||
umount $TMP_MOUNT
|
umount $TMP_MOUNT
|
||||||
|
Reference in New Issue
Block a user