From 94049bc2e4375836469b534a1ee4b49689c88c66 Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Sun, 18 Oct 2020 11:20:43 +0200 Subject: [PATCH] restore assembly_tests Signed-off-by: Michel-FK --- FunKey/board/funkey/rootfs-overlay/usr/local/sbin/first_boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/first_boot b/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/first_boot index d4e85e6..cc43886 100755 --- a/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/first_boot +++ b/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/first_boot @@ -123,7 +123,7 @@ format_backing_store_partition () { # Add file to force assembly tests mount /mnt/ || die 18 "Cannot mount /mnt" - #touch /mnt/.assembly_tests || die 19 "Cannot create assembly tests run file" + touch /mnt/.assembly_tests || die 19 "Cannot create assembly tests run file" umount /mnt/ || die 20 "Cannot unmount /mnt" return 0 }