This website requires JavaScript.
Explore
Help
Sign In
Johannes
/
ISO
Watch
1
Star
0
Fork
0
You've already forked ISO
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
56750f37ed
ISO
/
archiso
/
install
/
archiso_early
10 lines
113 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-25 03:17:54 +01:00
install ()
{
MODULES=""
BINARIES=""
FILES=""
Rename archiso-early hook to archiso_early To make compatible with disablehooks= param. Since "hook_archiso-early" is not a valid variable name. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-02-18 04:10:39 +01:00
SCRIPT="archiso_early"
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-25 03:17:54 +01:00
}
# vim:ft=sh:ts=4:sw=4:et:
Reference in New Issue
Copy Permalink