From 89bff5c412013a982f8c06b70cd6a80df5e2846d Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Wed, 8 Aug 2007 01:31:17 +0200 Subject: hook-functions rephrase slightly the MODULES=dep error condition goal is to get the space down for lenny. --- hook-functions | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hook-functions') 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 -- cgit v1.2.3