[lvm-devel] master - NIX: Some kernels need ide/ata modules (i.e. no builtin ata).

Petr Rockai mornfall at fedoraproject.org
Thu Feb 5 13:42:30 UTC 2015


Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=e2dbf441165f998cf2adf96995a58e978e0c9473
Commit:        e2dbf441165f998cf2adf96995a58e978e0c9473
Parent:        eaa9f3554057aafd2e521aed12c9918b71501a0d
Author:        Petr Rockai <prockai at redhat.com>
AuthorDate:    Mon Jul 21 03:56:34 2014 +0200
Committer:     Petr Rockai <prockai at redhat.com>
CommitterDate: Thu Feb 5 13:47:20 2015 +0100

NIX: Some kernels need ide/ata modules (i.e. no builtin ata).

---
 nix/default.nix |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/nix/default.nix b/nix/default.nix
index fb386e8..20922b8 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}/"




More information about the lvm-devel mailing list