ISO/archiso/install/archiso_early
Gerardo Exequiel Pozzi b7ca4bf281 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>
2010-02-18 00:10:39 -03:00

10 lines
113 B
Bash

install ()
{
MODULES=""
BINARIES=""
FILES=""
SCRIPT="archiso_early"
}
# vim:ft=sh:ts=4:sw=4:et: