index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | hooks/boot-cd | 6 |
diff --git a/hooks/boot-cd b/hooks/boot-cd index 1773023..1670c6b 100644 --- a/hooks/boot-cd +++ b/hooks/boot-cd @@ -1,5 +1,11 @@ run_hook () { + # external drives may need to settle + msg ":: Waiting for usb devices to settle..." + /sbin/udevtrigger --subsystem-match=usb + /sbin/udevsettle + sleep 5 + msg ":: Scanning for boot cdrom device..." /bin/mkdir -p /bootmnt |