From 631e90c9852c49955e9a0323c0430f4bcf4fd9f4 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Wed, 2 Aug 2023 18:07:55 +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 58a0bb2..acde423 100755 --- a/recipes-diya/initramfs/files/diya-update +++ b/recipes-diya/initramfs/files/diya-update @@ -37,7 +37,7 @@ rootfs() dd if=$backup_file of=$ROOTFS_DEV return 1 fi - + mkdir -p $TMP_MOUNT echo "Mount rootfs partition to $TMP_MOUNT" if ! mount $ROOTFS_DEV $TMP_MOUNT; then echo "Error: Unable to mount rootfs partition. Restore and quit"