From 5e5ec45e252b1b49b364fe38dcfca90bc90109c3 Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Thu, 8 Apr 2010 17:54:47 +0200 Subject: mkinitramfs.8: Fix wrong sourcing in boot script Closes: 545728 Reported-by: Christoph Anton Mitterer Signed-off-by: maximilian attems --- initramfs-tools.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/initramfs-tools.8 b/initramfs-tools.8 index 3bd5f12..b0d0ebe 100644 --- a/initramfs-tools.8 +++ b/initramfs-tools.8 @@ -1,4 +1,4 @@ -.TH INITRAMFS-TOOLS 8 "2010/04/05" "Linux" "mkinitramfs script overview" +.TH INITRAMFS-TOOLS 8 "2010/04/08" "Linux" "mkinitramfs script overview" .SH NAME initramfs-tools \- an introduction to writing scripts for mkinitramfs @@ -469,7 +469,7 @@ prereqs) ;; esac -\fR. /usr/share/initramfs-tools/hook-functions +\fR. /scripts/functions # Begin real processing below this line if [ ! \-x "/sbin/frobnicate" ]; then panic "Frobnication executable not found" -- cgit v1.2.3