summaryrefslogtreecommitdiffstats
path: root/mkinitcpio.8.txt
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-11-19 03:32:46 +0100
committerDave Reisner <dreisner@archlinux.org>2012-11-24 00:01:34 +0100
commitf85d28014134076217904885ea339e2f4c438df1 (patch)
tree0301d18f0d916084b20e24ad67b2c6fcdcee72af /mkinitcpio.8.txt
parentac8499c08279b05dc582cc65d9e73deda5d38572 (diff)
downloadmkinitcpio-f85d28014134076217904885ea339e2f4c438df1.tar.gz
mkinitcpio-f85d28014134076217904885ea339e2f4c438df1.tar.xz
obsolete old-style install hook API
This removes any meaning from the definitions of MODULES, BINARIES, FILES, and SCRIPT within install hooks. It also removed the deprecated checked_modules() function, which is replaced by add_checked_modules(). Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'mkinitcpio.8.txt')
-rw-r--r--mkinitcpio.8.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/mkinitcpio.8.txt b/mkinitcpio.8.txt
index 0c415a6..f19250f 100644
--- a/mkinitcpio.8.txt
+++ b/mkinitcpio.8.txt
@@ -160,8 +160,7 @@ functions exist to facilitate this.
Adds a runtime hook to the image, which is a busybox ash compatible shell
script. The name of the script is guaranteed to match the name of the hook the
- script is called from. It *can* be overriden, but this is not recommended, as
- this only exists for legacy compatibility.
+ script is called from.
About Runtime Hooks
-------------------