summaryrefslogtreecommitdiffstats
path: root/mkinitcpio
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
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')
-rwxr-xr-xmkinitcpio3
1 files changed, 1 insertions, 2 deletions
diff --git a/mkinitcpio b/mkinitcpio
index 27902f1..beb5022 100755
--- a/mkinitcpio
+++ b/mkinitcpio
@@ -428,8 +428,7 @@ fi
map run_build_hook "${_hooks[@]}" || (( ++_builderrors ))
# process config file
-parse_hook
-write_image_config
+parse_config "$_f_config"
# switch out the error handler to catch all errors
trap -- RETURN