summaryrefslogtreecommitdiff
path: root/hook-functions
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2007-08-08 01:31:17 +0200
committermaximilian attems <maks@debian.org>2007-08-08 01:31:17 +0200
commit89bff5c412013a982f8c06b70cd6a80df5e2846d (patch)
tree1bba571f671b4d986730408a1644ef5fa707cd5d /hook-functions
parent665af22852513601ad93eb54d97542f7ab255a4c (diff)
downloadinitramfs-tools-89bff5c412013a982f8c06b70cd6a80df5e2846d.tar.gz
initramfs-tools-89bff5c412013a982f8c06b70cd6a80df5e2846d.zip
hook-functions rephrase slightly the MODULES=dep error condition
goal is to get the space down for lenny.
Diffstat (limited to 'hook-functions')
-rw-r--r--hook-functions3
1 files changed, 2 insertions, 1 deletions
diff --git a/hook-functions b/hook-functions
index ef4a94e..0f66aa2 100644
--- a/hook-functions
+++ b/hook-functions
@@ -212,7 +212,8 @@ dep_add_modules()
# Error out if /sys lack block dev
if [ -z "${block}" ] || [ ! -e /sys/block/${block} ]; then
echo "mkinitramfs: missing ${block} root ${root} /sys entry"
- echo "mkinitramfs: Error use MODULES=most"
+ echo "mkinitramfs: workaround is MODULES=most"
+ echo "mkinitramfs: Error please report the bug"
exit 1
fi