From 3d2a4940078b2cf041fed35233449e7cd6e57a0a Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Wed, 28 May 2008 00:10:46 +0200 Subject: hook-functions: MODULES=dep fix error message must not be a klibc bug, initramfs-tools is first suspect. --- hook-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hook-functions') 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 -- cgit v1.2.3