index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | Simo Leone <simo@archlinux.org> | 2008-04-02 02:23:00 -0500 |
---|---|---|
committer | Simo Leone <simo@archlinux.org> | 2008-04-02 02:23:00 -0500 |
commit | bc839ac0e577d00aca5c18d18e17b60fcf43ce91 (patch) | |
tree | 16dca30020d33b922341337325ce09cb17d96a89 /hooks | |
parent | 7cfa4100ca0019498b8401c977a893ed4b6410c4 (diff) |
-rw-r--r-- | hooks/boot-usb | 4 |
diff --git a/hooks/boot-usb b/hooks/boot-usb index 97ad2a9..e84dd1c 100644 --- a/hooks/boot-usb +++ b/hooks/boot-usb @@ -1,5 +1,9 @@ run_hook () { + msg ":: Waiting for usb devices to settle..." + /sbin/udevtrigger --subsystem-match=usb + /sbin/udevsettle + sleep 5 msg ":: Scanning for boot usb device..." /bin/mkdir -p /bootmnt |