8a37489379
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>
10 lines
113 B
Bash
10 lines
113 B
Bash
install ()
|
|
{
|
|
MODULES=""
|
|
BINARIES=""
|
|
FILES=""
|
|
SCRIPT="archiso-early"
|
|
}
|
|
|
|
# vim:ft=sh:ts=4:sw=4:et:
|