Fix archiso hook to deal with new udev

udetrigger and udevsettle replaced by udevadm

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
Aaron Griffin 2008-10-25 01:31:37 -05:00
parent efcdb592b6
commit 142c257323

View File

@ -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..."