From 9708712140e6ce4f77885d999666f90e11d837de Mon Sep 17 00:00:00 2001 From: ehsan shariati Date: Mon, 12 Feb 2024 21:39:51 -0500 Subject: [PATCH] Update customize-image.sh creating V5.info when installing through RK1 imager --- userpatches/customize-image.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/userpatches/customize-image.sh b/userpatches/customize-image.sh index 0a7d313..1e9c688 100644 --- a/userpatches/customize-image.sh +++ b/userpatches/customize-image.sh @@ -171,6 +171,9 @@ InstallFulaOTA() #disable resize rootfs touch /usr/bin/fula/.resize_flg + #Mark installation as completed + touch /home/$ARMBIAN_USER_NAME/V6.info + #automount cp /home/$ARMBIAN_USER_NAME/fula-ota/docker/fxsupport/linux/automount.sh /usr/local/bin/automount.sh chmod +x /usr/local/bin/automount.sh