ISO/archiso/install/archiso-early
Aaron Griffin 8a37489379 Advanced USB delay handling
USB boot delay is now handled with the usbdelay kernel param (default=0)

We use the built in delay of usb-storage to control this. by setting the
module's delay param. If your USB device doesn't work on first boot, try
setting usbdelay=10 or so

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-24 20:17:54 -06:00

10 lines
113 B
Bash

install ()
{
MODULES=""
BINARIES=""
FILES=""
SCRIPT="archiso-early"
}
# vim:ft=sh:ts=4:sw=4:et: