* Add modules required by Linux 3.2.
svn path=/nixpkgs/trunk/; revision=33742
This commit is contained in:
parent
7c2e04a8ff
commit
8b0bc7a745
@ -1,7 +1,10 @@
|
|||||||
{ pkgs
|
{ pkgs
|
||||||
, linuxKernel ? pkgs.linux
|
, linuxKernel ? pkgs.linux
|
||||||
, img ? "bzImage"
|
, img ? "bzImage"
|
||||||
, rootModules ? [ "cifs" "virtio_net" "virtio_pci" "virtio_blk" "virtio_balloon" "nls_utf8" "ext2" "ext3" "unix" ]
|
, rootModules ?
|
||||||
|
[ "cifs" "virtio_net" "virtio_pci" "virtio_blk" "virtio_balloon" "nls_utf8" "ext2" "ext3"
|
||||||
|
"unix" "hmac" "md4" "ecb" "des_generic"
|
||||||
|
]
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with pkgs;
|
with pkgs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user