summaryrefslogtreecommitdiff
path: root/initramfs-tools.8
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2010-04-08 17:54:47 +0200
committermaximilian attems <maks@debian.org>2010-04-08 17:56:55 +0200
commit5e5ec45e252b1b49b364fe38dcfca90bc90109c3 (patch)
tree4d04b2e4cf4419292a3b96a085e7833770a38780 /initramfs-tools.8
parentad301da1f90013d372772f9de0a3f518b9b24717 (diff)
downloadinitramfs-tools-5e5ec45e252b1b49b364fe38dcfca90bc90109c3.tar.gz
initramfs-tools-5e5ec45e252b1b49b364fe38dcfca90bc90109c3.zip
mkinitramfs.8: Fix wrong sourcing in boot script
Closes: 545728 Reported-by: Christoph Anton Mitterer <calestyo@scientia.net> Signed-off-by: maximilian attems <maks@debian.org>
Diffstat (limited to 'initramfs-tools.8')
-rw-r--r--initramfs-tools.84
1 files 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"