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 jquery & jquery-ui: Move to nixos/lib/testing/ 2018-02-27 20:07:35 +08:00
build-vms.nix nixos/networking-interfaces: rename IP addresses/routes options 2018-02-17 14:01:24 +01:00
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 Fix installing the Nixpkgs channel on the installation media 2018-02-27 19:58:23 +01:00
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 ISO images: Initialize the Nix database with correct NAR hashes/sizes 2018-02-07 16:54:23 +01:00
make-iso9660-image.sh ISO images: Initialize the Nix database with correct NAR hashes/sizes 2018-02-07 16:54:23 +01:00
make-squashfs.nix ISO images: Initialize the Nix database with correct NAR hashes/sizes 2018-02-07 16:54:23 +01:00
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