Skip to content

Commit 72e12ad

Browse files
committed
no more assembly tests by default
1 parent 0e2924c commit 72e12ad

File tree

1 file changed

+1
-1
lines changed
  • FunKey/board/funkey/rootfs-overlay/usr/local/sbin

1 file changed

+1
-1
lines changed

FunKey/board/funkey/rootfs-overlay/usr/local/sbin/first_boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ format_backing_store_partition () {
131131
copy_files_to_store_partition () {
132132
# Add file to force assembly tests
133133
mount /mnt/ || die 18 "Cannot mount /mnt"
134-
touch /mnt/.assembly_tests || die 19 "Cannot create assembly tests run file"
134+
#touch /mnt/.assembly_tests || die 19 "Cannot create assembly tests run file"
135135
unzip -q -o /usr/local/share/mnt_freware_games.zip -d /mnt/
136136
umount /mnt/ || die 20 "Cannot unmount /mnt"
137137
return 0

0 commit comments

Comments
 (0)