From dad60983d5f403eb9ee4ac21573314dad7f62f78 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 3 May 2000 17:26:20 +0000 Subject: *** empty log message *** --- perl-install/modules.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index f095d0afb..a1a6dacc3 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -500,6 +500,7 @@ sub write_conf { add_alias('block-major-11', 'scsi_hostadapter') if @l; push @l, "ide-floppy" if detect_devices::ide_zips(); $conf{supermount}{"post-install"} = join " ; ", map { "modprobe $_" } @l if @l; + $conf{"usb-storage"}{"post-install"} = "modprobe usbkbd; modprobe keybdev" if @l; local *F; open F, ">> $file" or die("cannot write module config file $file: $!\n"); -- cgit v1.2.1