summaryrefslogtreecommitdiff
path: root/archiso/Makefile
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2009-01-24 20:17:54 -0600
committerAaron Griffin <aaronmgriffin@gmail.com>2009-01-24 20:17:54 -0600
commit8a37489379914910a140c313ca50a5e502f9f92e (patch)
treed70947b516d40fa730c1d6cac4b231a5169822d2 /archiso/Makefile
parent7b2dea215ed5a1a088c5cc5f40358094906a3487 (diff)
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>
Diffstat (limited to 'archiso/Makefile')
-rw-r--r--archiso/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/archiso/Makefile b/archiso/Makefile
index 27f6550..6db47e5 100644
--- a/archiso/Makefile
+++ b/archiso/Makefile
@@ -7,7 +7,9 @@ install: all
install -D -m 755 testiso $(DESTDIR)/usr/bin/testiso
# hooks/install are needed by mkinitcpio
install -D -m 644 hooks/archiso $(DESTDIR)/lib/initcpio/hooks/archiso
+ install -D -m 644 hooks/archiso-early $(DESTDIR)/lib/initcpio/hooks/archiso-early
install -D -m 644 install/archiso $(DESTDIR)/lib/initcpio/install/archiso
+ install -D -m 644 install/archiso-early $(DESTDIR)/lib/initcpio/install/archiso-early
uninstall:
rm -f $(DESTDIR)/usr/sbin/mkarchiso