about summary refs log tree commit diff
path: root/nixos/lib/make-ext4-fs.nix
AgeCommit message (Expand)AuthorFilesLines
2021-12-21honor sdImage.compressImage in intermediate build stepswucke131-0/+9
2021-05-31nixos/lib/make-ext4-fs: Fix: `resize2fs -M' can leave insufficient slackDamien Diederen1-5/+3
2020-07-26nixos/lib/make-ext4-fs: fix after mkfs.ext4 refactoringJulian Stecklina1-1/+4
2020-07-01nixos/lib/make-ext4-fs: use mkfs.ext4 instead of cptofsmisuzu1-20/+19
2020-06-21nixos/make-ext4-fs: increase fudge factor from 1.03 to 1.10Florian Klink1-1/+1
2020-02-09nixos/lib/make-ext4-fs: fall back to resize2fs -M if exact resize failsRichard Marko1-16/+3
2019-12-13nixos: compress make-ext4-fs with zstdBernardo Meurer1-18/+26
2019-06-16make-ext4-fs: Allows populating with custom filesSamuel Dionne-Riel1-5/+20
2018-12-24lib/make-ext4-fs: more efficient store makerAlexander Krupenkin1-51/+10
2018-11-30sd-image: Slims the ext4 filesystem even more.Samuel Dionne-Riel1-0/+19
2018-08-21make-ext4-fs: Fix cross compilingWill Fancher1-2/+5
2018-07-12sdImage: make partition ID/UUID configurableAndrew Dunham1-1/+2
2018-05-05nixos/lib/make-ext4-fs: Add a sanity checkTuomas Tynkkynen1-1/+8
2018-04-10nixos/make-ext4-fs: Use closureInfoTuomas Tynkkynen1-8/+7
2018-01-09make-ext4-fs: Dependencies are nativeBuildInputsBen Gamari1-1/+1
2017-07-29make-ext4-fs: Fix modification timestamps in imageTuomas Tynkkynen1-2/+2
2015-07-26nixos: Add derivations for SD card installation images on ARMTuomas Tynkkynen1-0/+88