mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-24 12:52:41 +01:00
Assembly tests now performed at first boot with QRcode at the end
This commit is contained in:
@@ -148,6 +148,11 @@ format_backing_store_partition () {
|
||||
|
||||
# Format the backing store as FAT32
|
||||
mkfs.vfat /dev/mmcblk0p3 >/dev/null 2>&1 || die 9 "cannot format the backing store partition"
|
||||
|
||||
# Add file to force assembly tests
|
||||
mount /mnt/ || die 9 "Cannot mount /mnt"
|
||||
touch /mnt/.assembly_tests || die 9 "Cannot create assembly tests run file"
|
||||
umount /mnt/ || die 9 "Cannot unmount /mnt"
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user