index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-10-25 01:31:37 -0500 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-10-25 01:31:37 -0500 |
commit | d94a1f9db2f85aaf581350b33a9175e8d16d5064 (patch) | |
tree | 33b3e0deb9b1793e511abfa5648ec793f470bcad | |
parent | e9932dedea11f7cb1d0f0a52b35044d8b257ec76 (diff) |
-rw-r--r-- | archiso/hooks/archiso | 5 |
diff --git a/archiso/hooks/archiso b/archiso/hooks/archiso index 7168aff..1eb0832 100644 --- a/archiso/hooks/archiso +++ b/archiso/hooks/archiso @@ -32,9 +32,8 @@ run_hook () # external drives may need to settle msg ":: Waiting for usb devices to settle..." - /sbin/udevtrigger --subsystem-match=usb - /sbin/udevsettle - sleep 5 + /sbin/udevadm trigger --subsystem-match=usb + /sbin/udevadm settle msg ":: Scanning for boot device..." |