mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-12 15:48:51 +01:00
no more assembly tests by default
This commit is contained in:
parent
0e2924cdcc
commit
72e12ad842
@ -131,7 +131,7 @@ format_backing_store_partition () {
|
|||||||
copy_files_to_store_partition () {
|
copy_files_to_store_partition () {
|
||||||
# Add file to force assembly tests
|
# Add file to force assembly tests
|
||||||
mount /mnt/ || die 18 "Cannot mount /mnt"
|
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/
|
unzip -q -o /usr/local/share/mnt_freware_games.zip -d /mnt/
|
||||||
umount /mnt/ || die 20 "Cannot unmount /mnt"
|
umount /mnt/ || die 20 "Cannot unmount /mnt"
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user