[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH initramfs-tools 09/11] mkinitramfs: Improve warning text when missing modules



Thanks: Trent W. Buck <trentbuck@gmail.com>
Closes: #744836
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
 mkinitramfs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mkinitramfs b/mkinitramfs
index 07190ed..5baa955 100755
--- a/mkinitramfs
+++ b/mkinitramfs
@@ -157,7 +157,7 @@ MODULESDIR="/lib/modules/${version}"
 
 if [ ! -e "${MODULESDIR}" ]; then
 	echo "WARNING: missing ${MODULESDIR}"
-	echo "Device driver support needs thus be built-in linux image!"
+	echo "Ensure all necessary drivers are built into the linux image!"
 fi
 if [ ! -e "${MODULESDIR}/modules.dep" ]; then
 	depmod ${version}


-- 
Ben Hutchings
Life is what happens to you while you're busy making other plans.
                                                               - John Lennon

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: