b7ca4bf281
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>
10 lines
113 B
Bash
10 lines
113 B
Bash
install ()
|
|
{
|
|
MODULES=""
|
|
BINARIES=""
|
|
FILES=""
|
|
SCRIPT="archiso_early"
|
|
}
|
|
|
|
# vim:ft=sh:ts=4:sw=4:et:
|