From b7ca4bf281f0c5997fa8f52ed11d98dd32601f2c Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Thu, 18 Feb 2010 00:10:39 -0300 Subject: 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 --- archiso/install/archiso-early | 9 --------- archiso/install/archiso_early | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 archiso/install/archiso-early create mode 100644 archiso/install/archiso_early (limited to 'archiso/install') 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: diff --git a/archiso/install/archiso_early b/archiso/install/archiso_early new file mode 100644 index 0000000..818fc7b --- /dev/null +++ b/archiso/install/archiso_early @@ -0,0 +1,9 @@ +install () +{ + MODULES="" + BINARIES="" + FILES="" + SCRIPT="archiso_early" +} + +# vim:ft=sh:ts=4:sw=4:et: -- cgit v1.2.2