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 # external drives may need to settle
msg ":: Waiting for usb devices to settle..." msg ":: Waiting for usb devices to settle..."
/sbin/udevtrigger --subsystem-match=usb /sbin/udevadm trigger --subsystem-match=usb
/sbin/udevsettle /sbin/udevadm settle
sleep 5
msg ":: Scanning for boot device..." msg ":: Scanning for boot device..."