summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-05-03 17:26:20 +0000
committerFrancois Pons <fpons@mandriva.com>2000-05-03 17:26:20 +0000
commitdad60983d5f403eb9ee4ac21573314dad7f62f78 (patch)
treeb5abfd49a20b3960b0f8f416e900400230cf2d32 /perl-install/modules.pm
parentf6bb49c5c3138aa73f76d56ddf50852487b2d39e (diff)
downloaddrakx-dad60983d5f403eb9ee4ac21573314dad7f62f78.tar
drakx-dad60983d5f403eb9ee4ac21573314dad7f62f78.tar.gz
drakx-dad60983d5f403eb9ee4ac21573314dad7f62f78.tar.bz2
drakx-dad60983d5f403eb9ee4ac21573314dad7f62f78.tar.xz
drakx-dad60983d5f403eb9ee4ac21573314dad7f62f78.zip
*** empty log message ***
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm1
1 files changed, 1 insertions, 0 deletions
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");