nixpkgs/nixos
Bjørn Forsman 0ff4bb5f87 nixos: run parted with --script option
-s, --script: never prompts for user intervention

Sometimes the NixOS installer tests fail when they invoke parted, e.g.
https://hydra.nixos.org/build/62513826/nixlog/1. But instead of exiting
right there, the tests hang until the Nix builder times out (and kills
the build). With this change the tests would instead fail immediately,
which is preferred.

While at it, use "parted --script" treewide, so nobody gets build
timeout due to parted error (or misuse). (Only nixos/ use it, and only
non-interactive.)

A few instances already use the short option "-s", convert them to long
option "--short".
2017-10-14 15:29:02 +02:00
..
doc/manual 18.03 release notes: mention ZNC mutability change 2017-10-08 00:43:40 +01:00
lib nixos: run parted with --script option 2017-10-14 15:29:02 +02:00
maintainers Don't generate instance-store AMIs 2017-09-28 17:33:13 +02:00
modules nixos: run parted with --script option 2017-10-14 15:29:02 +02:00
tests nixos: run parted with --script option 2017-10-14 15:29:02 +02:00
COPYING
default.nix Remove nixFallback 2017-03-06 15:54:50 +01:00
README
release-combined.nix nixos/release-combined: remove basic kernel tests 2017-09-16 12:45:30 +02:00
release-small.nix nixos/release-small.nix: cleanup to use default versions 2017-01-27 15:33:54 +01:00
release.nix postgis: add v2.4.0 2017-10-13 09:45:25 +02:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.