summaryrefslogtreecommitdiff
path: root/hook-functions
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2008-05-28 00:10:46 +0200
committermaximilian attems <maks@debian.org>2008-05-28 00:10:46 +0200
commit3d2a4940078b2cf041fed35233449e7cd6e57a0a (patch)
tree5d46465548b79db1089495f80f9c93549eb41747 /hook-functions
parent40c56de6f25ad179700d38604a27844d3a770a3c (diff)
downloadinitramfs-tools-3d2a4940078b2cf041fed35233449e7cd6e57a0a.tar.gz
initramfs-tools-3d2a4940078b2cf041fed35233449e7cd6e57a0a.zip
hook-functions: MODULES=dep fix error message
must not be a klibc bug, initramfs-tools is first suspect.
Diffstat (limited to 'hook-functions')
-rw-r--r--hook-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/hook-functions b/hook-functions
index c48416a..80db840 100644
--- a/hook-functions
+++ b/hook-functions
@@ -237,7 +237,7 @@ dep_add_modules()
if [ "${FSTYPE}" = "unknown" ]; then
echo "mkinitramfs: unknown fstype on root ${root}"
echo "mkinitramfs: workaround is MODULES=most"
- echo "mkinitramfs: Error please report bug against klibc"
+ echo "mkinitramfs: Error please report bug on initramfs-tools"
exit 1
fi