Linux 3.6 has been EOL'd, hopefully 3.7 works for the fuloong2f

This commit is contained in:
Shea Levy 2013-02-14 14:37:00 -05:00
parent b669633d63
commit 3ad424632b

View file

@ -105,7 +105,7 @@ in
boot.initrd.availableKernelModules =
[ "vfat" "reiserfs" ];
boot.kernelPackages = pkgs.linuxPackages_3_6;
boot.kernelPackages = pkgs.linuxPackages_3_7;
boot.kernelParams = [ "console=tty1" ];
boot.postBootCommands =