diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-02-18 00:10:39 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-02-18 00:10:39 -0300 |
commit | b7ca4bf281f0c5997fa8f52ed11d98dd32601f2c (patch) | |
tree | efa03035674ce9abec33a2e616bc6dd0c7014e00 /archiso/install/archiso-early | |
parent | be521f865831871c811e903a7a94feac2dedf988 (diff) | |
download | archiso32-b7ca4bf281f0c5997fa8f52ed11d98dd32601f2c.tar.xz |
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/archiso-early')
-rw-r--r-- | archiso/install/archiso-early | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/archiso/install/archiso-early b/archiso/install/archiso-early deleted file mode 100644 index 66b8579..0000000 --- a/archiso/install/archiso-early +++ /dev/null @@ -1,9 +0,0 @@ -install () -{ - MODULES="" - BINARIES="" - FILES="" - SCRIPT="archiso-early" -} - -# vim:ft=sh:ts=4:sw=4:et: |