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>
This commit is contained in:
Gerardo Exequiel Pozzi 2010-02-18 00:10:39 -03:00
parent be521f8658
commit b7ca4bf281
4 changed files with 4 additions and 4 deletions

View file

@ -2,5 +2,5 @@
MODULES=""
BINARIES=""
FILES=""
HOOKS="base archiso-early udev archiso pata scsi sata usb fw pcmcia filesystems usbinput"
HOOKS="base archiso_early udev archiso pata scsi sata usb fw pcmcia filesystems usbinput"
COMPRESSION="lzma"