From 95d02c0c40ae2302eb05fb924ad6c6accf74908c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 14 May 2013 14:24:29 +0200 Subject: [PATCH] initrd: Remove serio and atkbd These modules don't exist as far as I can tell. --- modules/system/boot/kernel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/boot/kernel.nix b/modules/system/boot/kernel.nix index 532c198f9d0..0a67e33ce45 100644 --- a/modules/system/boot/kernel.nix +++ b/modules/system/boot/kernel.nix @@ -189,7 +189,7 @@ in "unix" # Misc. stuff. - "pcips2" "serio" "atkbd" "xtkbd" + "pcips2" "xtkbd" # To wait for SCSI devices to appear. "scsi_wait_scan"