diff options
Diffstat (limited to 'initramfs/initrd-stuff/init')
| -rwxr-xr-x | initramfs/initrd-stuff/init | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/initramfs/initrd-stuff/init b/initramfs/initrd-stuff/init index eb777942..663085c1 100755 --- a/initramfs/initrd-stuff/init +++ b/initramfs/initrd-stuff/init @@ -79,6 +79,7 @@ nfsro="nfs" echo "0 0 0 0" >/proc/sys/kernel/printk ( for mod in usbcore uhci-hcd ohci-hcd usbhid; do modprobe -q $mod 2>/dev/null + usleep 5 done; echo "1 4 1 7" >/proc/sys/kernel/printk ) & |
