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:
parent
efcdb592b6
commit
142c257323
1 changed files with 2 additions and 3 deletions
|
@ -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..."
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue