From e2dbf441165f998cf2adf96995a58e978e0c9473 Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Mon, 21 Jul 2014 03:56:34 +0200 Subject: NIX: Some kernels need ide/ata modules (i.e. no builtin ata). --- nix/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nix') 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}/" -- cgit v1.2.1