nixpkgs/nixos/modules/installer
Samuel Dionne-Riel 3864438049 iso-image: Do not use batch operations for mcopy.
```
       b      Batch mode. Optimized for huge recursive copies, but less secure if a crash happens during the copy.
```

It seems the "less secure if a crash happens" does not need a crash to
happen.

With batch mode:

```
/[...]/.
  Start (0) does not point to parent (___)
```

For pretty much everything copied in.

Without batch mode, everything passes `fsck`.

See #51150
2018-11-28 19:14:54 -05:00
..
cd-dvd iso-image: Do not use batch operations for mcopy. 2018-11-28 19:14:54 -05:00
netboot reewide: Purge all uses stdenv.system and top-level system 2018-08-30 17:20:32 -04:00
scan [bot] nixos/*: remove unused arguments in lambdas 2018-07-20 20:56:59 +00:00
tools nixos-build-vms: fix eval 2018-11-23 13:43:47 +01:00
virtualbox-demo.nix ova: add cloneConfigExtra option 2018-10-21 14:52:49 -05:00