mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-28 02:50:41 +03:00
NIX: Some kernels need ide/ata modules (i.e. no builtin ata).
This commit is contained in:
parent
eaa9f35540
commit
e2dbf44116
@ -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}/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user