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:
parent
8a37489379
commit
430668e015
2 changed files with 2 additions and 2 deletions
|
@ -3,4 +3,4 @@ MODULES=""
|
|||
BINARIES=""
|
||||
FILES=""
|
||||
|
||||
HOOKS="base udev archiso ide scsi usb fw filesystems"
|
||||
HOOKS="base archiso-early udev archiso ide scsi usb fw filesystems"
|
||||
|
|
|
@ -3,4 +3,4 @@ MODULES=""
|
|||
BINARIES=""
|
||||
FILES=""
|
||||
|
||||
HOOKS="base udev archiso pata scsi sata usb fw filesystems"
|
||||
HOOKS="base archiso-early udev archiso pata scsi sata usb fw filesystems"
|
||||
|
|
Loading…
Add table
Reference in a new issue