From 72e12ad8428f6f73cc2fac312bda4373ba9694c2 Mon Sep 17 00:00:00 2001 From: Vincent-FK Date: Thu, 19 Nov 2020 19:49:23 +0100 Subject: [PATCH] no more assembly tests by default --- 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 a849a71..df95367 100755 --- a/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/first_boot +++ b/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/first_boot @@ -131,7 +131,7 @@ format_backing_store_partition () { copy_files_to_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" unzip -q -o /usr/local/share/mnt_freware_games.zip -d /mnt/ umount /mnt/ || die 20 "Cannot unmount /mnt" return 0