We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2924c commit 72e12adCopy full SHA for 72e12ad
FunKey/board/funkey/rootfs-overlay/usr/local/sbin/first_boot
@@ -131,7 +131,7 @@ format_backing_store_partition () {
131
copy_files_to_store_partition () {
132
# Add file to force assembly tests
133
mount /mnt/ || die 18 "Cannot mount /mnt"
134
- touch /mnt/.assembly_tests || die 19 "Cannot create assembly tests run file"
+ #touch /mnt/.assembly_tests || die 19 "Cannot create assembly tests run file"
135
unzip -q -o /usr/local/share/mnt_freware_games.zip -d /mnt/
136
umount /mnt/ || die 20 "Cannot unmount /mnt"
137
return 0
0 commit comments