index : archiso32 | |
Archlinux32 iso tools | 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 | 142c2573233f4aa8e3f222a3ee2c155ec42ebf54 (patch) | |
tree | 0e665db024f168f469e0235c9b7e52cfba13641f /archiso | |
parent | efcdb592b65bfc7be33f26cb5b0791a44f031fc5 (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..." |