From b0b776c04ac67bacbda0242e247c6bbf20457b97 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 30 Jan 2007 12:49:18 +0000 Subject: [PATCH] * Add support for USB keyboards in stage 1. svn path=/nixos/trunk/; revision=7811 --- system/options.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system/options.nix b/system/options.nix index 2bef61323d4..28cfd0a85d9 100644 --- a/system/options.nix +++ b/system/options.nix @@ -132,6 +132,11 @@ "ide-disk" "ide-generic" "ext3" + # Support USB keyboards, in case the boot fails and we only have + # a USB keyboard. + "ehci_hcd" + "ohci_hcd" + "usbhid" ]; description = " The set of kernel modules in the initial ramdisk used during the