From 28e193073c8254820db3da84e71386820ccb9306 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Wed, 2 Aug 2023 18:14:21 +0200 Subject: [PATCH] add system update tools --- recipes-diya/initramfs/files/diya-update | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-diya/initramfs/files/diya-update b/recipes-diya/initramfs/files/diya-update index 08ed1fa..ead9210 100755 --- a/recipes-diya/initramfs/files/diya-update +++ b/recipes-diya/initramfs/files/diya-update @@ -54,6 +54,7 @@ rootfs() return 1 fi sync + cd echo "Unmount the rootfs partition" umount $TMP_MOUNT echo "Done"