nixpkgs/nixos
Eelco Dolstra 54da9cc944
Amazon image: Add NVMe support to the initrd
This is required by the new c5.* instance types.

Note that this changes disk names from /dev/xvd* to
/dev/nvme0n*. Amazon Linux has a udev rule that calls a Python script
named "ec2nvme-nsid" to create compatibility symlinks. We could use
that, but it would mean adding Python to the AMI closure...
2017-11-09 17:53:26 +01:00
..
doc/manual lib/types: add ints.positive. 2017-11-05 15:56:32 +01:00
lib Revert "nixos/test-instrumentation: softcode DISPLAY" 2017-11-08 17:04:39 +00:00
maintainers amazon-image: make derivation name configurable 2017-10-23 16:22:24 -04:00
modules Amazon image: Add NVMe support to the initrd 2017-11-09 17:53:26 +01:00
tests nixos/tests/gitlab.nix: Unbreak config, still times out 2017-11-06 14:52:33 +01:00
COPYING
default.nix Remove nixFallback 2017-03-06 15:54:50 +01:00
README
release-combined.nix nixos: limited support archs are not release-critical 2017-10-14 22:09:35 +02:00
release-small.nix nixos/release-small.nix: cleanup to use default versions 2017-01-27 15:33:54 +01:00
release.nix Merge pull request #31146 from NeQuissimus/kafka_updates 2017-11-04 11:06:32 -04: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.