Fixing the fuloong2f system tarball

This commit is contained in:
Lluís Batlle i Rossell 2012-12-22 18:45:53 +01:00
parent 358239348a
commit ceedc50009

View file

@ -46,9 +46,8 @@ in
{ {
require = require =
[ options [
./system-tarball.nix ./system-tarball.nix
../../hardware/network/rt73.nix
]; ];
@ -106,8 +105,8 @@ in
boot.initrd.availableKernelModules = boot.initrd.availableKernelModules =
[ "vfat" "reiserfs" ]; [ "vfat" "reiserfs" ];
boot.kernelPackages = pkgs.linuxPackages_2_6_35; boot.kernelPackages = pkgs.linuxPackages_3_6;
boot.kernelParams = [ "console=tty" ]; boot.kernelParams = [ "console=tty1" ];
boot.postBootCommands = boot.postBootCommands =
'' ''