Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archiso/install
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2010-02-18 00:10:39 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2010-02-18 00:10:39 -0300
commit8f97f3624e430e67878b3d250d26aff6c993ab44 (patch)
tree028f0803e7550315f9c429c52c197a4769cd08fa /archiso/install
parent1f70f4947b2ead4e14663d43696fa70314288e5d (diff)
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>
Diffstat (limited to 'archiso/install')
-rw-r--r--archiso/install/archiso_early (renamed from archiso/install/archiso-early)2
1 files changed, 1 insertions, 1 deletions
diff --git a/archiso/install/archiso-early b/archiso/install/archiso_early
index 66b8579..818fc7b 100644
--- a/archiso/install/archiso-early
+++ b/archiso/install/archiso_early
@@ -3,7 +3,7 @@ install ()
MODULES=""
BINARIES=""
FILES=""
- SCRIPT="archiso-early"
+ SCRIPT="archiso_early"
}
# vim:ft=sh:ts=4:sw=4:et: