Use the new archiso-early hook

This is used currently for usbdelay related settings, but could be used for
other things in the future

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
Aaron Griffin 2009-01-24 20:21:02 -06:00
parent 8a37489379
commit 430668e015
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@ MODULES=""
BINARIES="" BINARIES=""
FILES="" FILES=""
HOOKS="base udev archiso ide scsi usb fw filesystems" HOOKS="base archiso-early udev archiso ide scsi usb fw filesystems"

View File

@ -3,4 +3,4 @@ MODULES=""
BINARIES="" BINARIES=""
FILES="" FILES=""
HOOKS="base udev archiso pata scsi sata usb fw filesystems" HOOKS="base archiso-early udev archiso pata scsi sata usb fw filesystems"