diff options
author | maximilian attems <maks@debian.org> | 2008-05-28 00:10:46 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2008-05-28 00:10:46 +0200 |
commit | 3d2a4940078b2cf041fed35233449e7cd6e57a0a (patch) | |
tree | 5d46465548b79db1089495f80f9c93549eb41747 /hook-functions | |
parent | 40c56de6f25ad179700d38604a27844d3a770a3c (diff) | |
download | initramfs-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-functions | 2 |
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 |