diff options
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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), }); |