1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/nixos/lib
Tuomas Tynkkynen bc828721ed nixos/lib/make-ext4-fs: Add a sanity check
I ended up with a corrupted image with the debugfs contraption once, and
given I couldn't reproduce the problem I suppose that happens if the
filesystem of the builder runs out of space.

At least in this instance fsck could detect it, so let's add it as a
sanity check.
2018-05-05 19:30:54 +03:00
..
test-driver nixos/tests: Fix QEMU flags for SCSI disks 2018-04-30 03:02:59 +02:00
testing
build-vms.nix
eval-config.nix nixpkgs module: Clean up platform options 2018-04-06 12:41:44 -04:00
from-env.nix
make-channel.nix
make-disk-image.nix
make-ext4-fs.nix nixos/lib/make-ext4-fs: Add a sanity check 2018-05-05 19:30:54 +03:00
make-iso9660-image.nix
make-iso9660-image.sh
make-squashfs.nix
make-system-tarball.nix make-system-tarball: allow alternate compression methods 2018-04-03 11:30:43 -03:00
make-system-tarball.sh make-system-tarball: allow alternate compression methods 2018-04-03 11:30:43 -03:00
qemu-flags.nix treewide: isArm -> isAarch32 2018-04-25 15:28:55 -04:00
testing.nix nixos testing: significantly reduce deps needed for OCR tests 2018-03-31 00:24:15 -05:00
utils.nix