From b5b5d539112817788a0321f9ce444547a9c77f75 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 3 May 2000 16:03:18 +0000 Subject: *** empty log message *** --- perl-install/install2.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 526c6c684..e2b45e7b0 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -390,6 +390,7 @@ sub miscellaneous { setVarsInSh($f, { MOUSE => bool2yesno($o->{mouse}{device} eq "usbmouse"), KBD => bool2yesno(int grep { /^keybdev\.c: Adding keyboard/ } detect_devices::syslog()), + ZIP => bool2yesno(-d "/proc/scsi/usb"), getVarsFromSh($f), }); -- cgit v1.2.1