Fixing the fuloong2f system tarball
This commit is contained in:
@@ -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 =
|
||||||
''
|
''
|
||||||
|
|||||||
Reference in New Issue
Block a user