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-20 12:36:46 +0100
commit2a59e2499c73fbdd801fd4bf5fd9a98f91f3652e (patch)
tree91b0719cca51680ad042ce68d22bb283866a30fc
parent0f08d3e88eab3e56fa884f417770b36416ae6701 (diff)
downloadlvm2-2a59e2499c73fbdd801fd4bf5fd9a98f91f3652e.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}/"