Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
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
commitd94a1f9db2f85aaf581350b33a9175e8d16d5064 (patch)
tree33b3e0deb9b1793e511abfa5648ec793f470bcad
parente9932dedea11f7cb1d0f0a52b35044d8b257ec76 (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..."