summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2014-07-21 03:56:34 +0200
committerPetr Rockai <prockai@redhat.com>2014-11-18 19:01:31 +0100
commit171b36754f3db47378aac2071d7289fdeee1b9e1 (patch)
treee0619b9f6a46a9a256ae86a38f17fb38c2d9ff5d
parent7a91099acb74373bbd09af584095064267e39fa8 (diff)
downloadlvm2-171b36754f3db47378aac2071d7289fdeee1b9e1.tar.gz
NIX: Some kernels need ide/ata modules (i.e. no builtin ata).
-rw-r--r--nix/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nix/default.nix b/nix/default.nix
index fb386e888..20922b809 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -152,7 +152,8 @@ let
};
rootmods = [ "virtio_pci" "virtio_blk" "virtio_balloon" "ext4" "unix"
- "cifs" "virtio_net" "unix" "hmac" "md4" "ecb" "des_generic" "sha256" ];
+ "cifs" "virtio_net" "unix" "hmac" "md4" "ecb" "des_generic" "sha256"
+ "ata_piix" "sd_mod" ];
centos_url = ver: arch: if ver == "6.5"
then "http://ftp.fi.muni.cz/pub/linux/centos/${ver}/os/${arch}/"