diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-05-11 19:10:31 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-05-18 15:39:04 +0200 |
commit | 261b731e8fb918309f2740b5262d9678378491fa (patch) | |
tree | b228794c61cfb1745050557e2334b47fc1eb21bf /Makefile | |
parent | 01cb8b7a20ab53967a68e56a64152c357e12ff41 (diff) | |
download | mkinitcpio-261b731e8fb918309f2740b5262d9678378491fa.tar.gz mkinitcpio-261b731e8fb918309f2740b5262d9678378491fa.tar.xz |
functions: introduce add_runscript
This function adds a runtime script to the /hooks directory on the
initramfs image. Note that this function will also install hooks with
executable permissions for use by a later change to early init.
With this commit, there are now methods available which can be used in
place of the MODULES, FILES, BINARIES, and SCRIPT variables, as we now
offer error checking on the add_* functions. Usage of the variables is
deprecated, and these will no longer be read in a future version of
mkinitcpio.
This commit also lays the groundwork for the addition of more early
userspace hooks. Runtime hook files are parsed for specific functions
and variables (not yet used) are populated. These will eventually be
written to the image config so that early userspace knows exactly
what to run.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions