1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-17 13:10:29 +03:00
mobile-nixos/lib/image-builder
Samuel Dionne-Riel ed10664fc9 image-builder: makeFAT32: Let mkfs.fat set the FAT type
It turns out the warnings it spits out when forcing FAT32 with too few
clusters is not for nothing. At the very least the Raspberry Pi 3B does
not like the forced FAT 32. Though, it was validated that a large enough
FAT32 partition is fine with the Raspberry Pi 3B.
2019-09-04 23:07:19 -04:00
..
in-depth-tests image-builder: Adds in-depth tests for ext4 images 2019-09-04 20:21:14 -04:00
lib image-builder: Refactors the test mode... 2019-08-30 22:43:30 -04:00
tests image-builder: makeFAT32: Let mkfs.fat set the FAT type 2019-09-04 23:07:19 -04:00
default.nix image-builder: Refactors the test mode... 2019-08-30 22:43:30 -04:00
makeExt4.nix image-builder: makeExt4: implements minimal resizing 2019-09-04 20:11:12 -04:00
makeFAT32.nix image-builder: makeFAT32: Let mkfs.fat set the FAT type 2019-09-04 23:07:19 -04:00
makeFilesystem.nix image-builder: makeFilesystem: prepares API for adjusting sizes 2019-09-04 00:48:58 -04:00
makeMBR.nix image-builder: makeMBR: work with tiny partitions 2019-09-04 00:47:10 -04:00
test.rb image-builder: Refactors the test mode... 2019-08-30 22:43:30 -04:00