diff options
author | Francois Pons <fpons@mandriva.com> | 2000-05-03 17:26:20 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-05-03 17:26:20 +0000 |
commit | dad60983d5f403eb9ee4ac21573314dad7f62f78 (patch) | |
tree | b5abfd49a20b3960b0f8f416e900400230cf2d32 | |
parent | f6bb49c5c3138aa73f76d56ddf50852487b2d39e (diff) | |
download | drakx-dad60983d5f403eb9ee4ac21573314dad7f62f78.tar drakx-dad60983d5f403eb9ee4ac21573314dad7f62f78.tar.gz drakx-dad60983d5f403eb9ee4ac21573314dad7f62f78.tar.bz2 drakx-dad60983d5f403eb9ee4ac21573314dad7f62f78.tar.xz drakx-dad60983d5f403eb9ee4ac21573314dad7f62f78.zip |
*** empty log message ***
-rw-r--r-- | perl-install/modules.pm | 1 |
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"); |