AFAIK, there is a fail call in the initrd's ./stage1.sh which sits
before module loading [1]. This means that boot.debug1 will only works
with "KEYBOARD_ATKBD y"

[1] - 
https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/system/boot/stage-1-init.sh#L125

2014-02-05 Vladimír Čunát <[email protected]>:
> On 02/05/2014 11:34 AM, Sergey Mironov wrote:
>>
>>      linux_3_10 = pkgs.linux_3_10.override {
>>          extraConfig = ''
>>            KEYBOARD_ATKBD y
>>          '';
>>        };
>
>
> Adding the module to boot.initrd.kernelModules should work the same without
> rebuilding the kernel, won't it?
>
> Vlada
>
>
>
> _______________________________________________
> nix-dev mailing list
> [email protected]
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to