From 3ad424632b73652c399735697f51c365094f021a Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Thu, 14 Feb 2013 14:37:00 -0500 Subject: [PATCH] Linux 3.6 has been EOL'd, hopefully 3.7 works for the fuloong2f --- modules/installer/cd-dvd/system-tarball-fuloong2f.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/installer/cd-dvd/system-tarball-fuloong2f.nix b/modules/installer/cd-dvd/system-tarball-fuloong2f.nix index 6ddaab0206b..f0c8f3efabd 100644 --- a/modules/installer/cd-dvd/system-tarball-fuloong2f.nix +++ b/modules/installer/cd-dvd/system-tarball-fuloong2f.nix @@ -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 =