From b391ef50da1152e2274288b4903d33a9b199410a Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Fri, 8 Sep 2000 08:25:51 +0000 Subject: add USB=yes because if no then no load USB, move ZIP to STORAGE. --- perl-install/install2.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 5434ddc8c..16528b672 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -360,9 +360,10 @@ sub miscellaneous { my $f = "$o->{prefix}/etc/sysconfig/usb"; output $f, -"MOUSE= +"USB=yes +MOUSE= KEYBOARD= -ZIP= +STORAGE= " if modules::get_alias("usb-interface") && ! -e $f; install_any::fsck_option($o); -- cgit v1.2.1