Thanks: Trent W. Buck <[email protected]> Closes: #744836 Signed-off-by: Ben Hutchings <[email protected]> --- 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
signature.asc
Description: This is a digitally signed message part

