summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-10-25 01:31:37 -0500
committerAaron Griffin <aaronmgriffin@gmail.com>2008-10-25 01:31:37 -0500
commit142c2573233f4aa8e3f222a3ee2c155ec42ebf54 (patch)
tree0e665db024f168f469e0235c9b7e52cfba13641f
parentefcdb592b65bfc7be33f26cb5b0791a44f031fc5 (diff)
Fix archiso hook to deal with new udev
udetrigger and udevsettle replaced by udevadm Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-rw-r--r--archiso/hooks/archiso5
1 files changed, 2 insertions, 3 deletions
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..."