diff options
author | maximilian attems <maks@debian.org> | 2009-09-21 18:24:11 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2009-09-21 18:27:09 +0200 |
commit | 2815ac37b586de638ed5db82dc38a292587664cc (patch) | |
tree | d2f3ea2ea353ea6b6554e9e15647149e3d35f205 /initramfs-tools.8 | |
parent | 39252ef3dcec3041db9e4b60b7f13ba75115e764 (diff) | |
download | initramfs-tools-2815ac37b586de638ed5db82dc38a292587664cc.tar.gz initramfs-tools-2815ac37b586de638ed5db82dc38a292587664cc.zip |
initramfs-tools.8: fix boot example script to execute scripts/functions
example boot script needs it for log_begin_msg and log_end_msg
functions. (closes: #545728)
Reported-by: Rodolphe Pelloux-Prayer <rodolphe@damsy.net>
Signed-off-by: maximilian attems <maks@debian.org>
Diffstat (limited to 'initramfs-tools.8')
-rw-r--r-- | initramfs-tools.8 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/initramfs-tools.8 b/initramfs-tools.8 index f5bbc2d..144b89a 100644 --- a/initramfs-tools.8 +++ b/initramfs-tools.8 @@ -465,6 +465,7 @@ prereqs) ;; esac +\fR. /usr/share/initramfs-tools/hook-functions # Begin real processing below this line if [ ! \-x "/sbin/frobnicate" ]; then panic "Frobnication executable not found" |