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:
parent
786b828f33
commit
152da7671c
@ -199,7 +199,7 @@ in
|
|||||||
"unix"
|
"unix"
|
||||||
|
|
||||||
# Misc. stuff.
|
# Misc. stuff.
|
||||||
"pcips2" "xtkbd"
|
"pcips2" "atkbd"
|
||||||
|
|
||||||
# To wait for SCSI devices to appear.
|
# To wait for SCSI devices to appear.
|
||||||
"scsi_wait_scan"
|
"scsi_wait_scan"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user