diff options
-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 b011316c0..01f828c6f 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -412,7 +412,7 @@ sub load_raw { eval { require fs; fs::mount('/proc/bus/usb', '/proc/bus/usb', 'usbdevfs'); #- ensure keyboard is working, the kernel must do the job the BIOS was doing - sleep 2; + sleep 4; load("usbkbd", "keybdev") if detect_devices::usbKeyboards(); } } |