summaryrefslogtreecommitdiff
path: root/archiso/hooks/archiso-early
blob: 0a8321859618c64a6d813c246fdb357e2eca1932 (plain)
1
2
3
4
5
6
7
8
# vim: set ft=sh:
run_hook ()
{
    # Set our usbdelay time. Default: 0
    /bin/mkdir -p /etc/modprobe.d/
    echo "options usb-storage delay_use=${usbdelay:-0}" >/
        /etc/modprobe.d/usb-delay
}