From 8a37489379914910a140c313ca50a5e502f9f92e Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sat, 24 Jan 2009 20:17:54 -0600 Subject: 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 --- archiso/install/archiso-early | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 archiso/install/archiso-early (limited to 'archiso/install') diff --git a/archiso/install/archiso-early b/archiso/install/archiso-early new file mode 100644 index 0000000..66b8579 --- /dev/null +++ b/archiso/install/archiso-early @@ -0,0 +1,9 @@ +install () +{ + MODULES="" + BINARIES="" + FILES="" + SCRIPT="archiso-early" +} + +# vim:ft=sh:ts=4:sw=4:et: -- cgit v1.2.3-54-g00ecf