From 42fbce3dfc579c4ccaf9521bbc473e960d68c134 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 23 May 2000 13:07:31 +0000 Subject: *** empty log message *** --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 881d4f512..58979b307 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -503,7 +503,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; + $conf{"usb-storage"}{"post-install"} = "modprobe usbkbd; modprobe keybdev" if @l && arch() !~ /sparc|alpha/; local *F; open F, ">> $file" or die("cannot write module config file $file: $!\n"); -- cgit v1.2.1