0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos initrd: load atkbd, not xtkbd

I don't think anyone has a XT keyboard in a computer running nixos.
This commit is contained in:
Lluís Batlle i Rossell 2013-12-23 09:01:45 +01:00
parent 786b828f33
commit 152da7671c

View file

@ -199,7 +199,7 @@ in
"unix"
# Misc. stuff.
"pcips2" "xtkbd"
"pcips2" "atkbd"
# To wait for SCSI devices to appear.
"scsi_wait_scan"