Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
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
commit0319f53fd4843b580a33f9313df7de549984e990 (patch)
treeff77067648db0ee227f095cf33daa65b4640dffa /archiso/Makefile
parent7e21e96a836ba5a4e7b2cca3fe9e0fa750f73a01 (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