diff options
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 947108057..42c2a8171 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -384,7 +384,7 @@ sub load { load_raw([ $name, @options ]); } if ($name eq "usb-storage") { - sleep(2); + sleep(2); -d "/proc/scsi/usb" or return; $conf{"usb-storage"}{"post-install"} = "modprobe usbkbd; modprobe keybdev"; } |