From ef9c29177ff478f2d0abf0c10fb07ba6e4d372c7 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Wed, 2 Aug 2023 18:17:51 +0200 Subject: [PATCH] add system update tools --- recipes-diya/initramfs/files/diya-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-diya/initramfs/files/diya-update b/recipes-diya/initramfs/files/diya-update index ead9210..0552254 100755 --- a/recipes-diya/initramfs/files/diya-update +++ b/recipes-diya/initramfs/files/diya-update @@ -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