ISO/archiso/hooks/archiso-early
Aaron Griffin b3d8310dcb Fix a typo in the archiso-early hook
Wrong slash! No idea how that happened :)

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-30 10:50:43 -08:00

9 lines
201 B
Bash

# vim: set ft=sh:
run_hook ()
{
# Set our usbdelay time. Default: 0
cd /
/bin/mkdir -p etc/modprobe.d/
echo "options usb-storage delay_use=${usbdelay:-0}" > /etc/modprobe.d/usb-delay
}