forked from mirrors/nixpkgs
* 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
|
||||
, linuxKernel ? pkgs.linux
|
||||
, 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;
|
||||
|
|
Loading…
Reference in a new issue