From 08a01c0ed72ccae3d51f4c6de9c08f91537e4830 Mon Sep 17 00:00:00 2001 From: WarheadsSE Date: Tue, 23 Jun 2015 13:56:28 -0400 Subject: [PATCH] linux-imx6-cubox-dt update wording to reflect non-existance of uImage --- core/linux-imx6-cubox-dt/linux-imx6-cubox-dt.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/linux-imx6-cubox-dt/linux-imx6-cubox-dt.install b/core/linux-imx6-cubox-dt/linux-imx6-cubox-dt.install index 60a225df9..146b79bdc 100644 --- a/core/linux-imx6-cubox-dt/linux-imx6-cubox-dt.install +++ b/core/linux-imx6-cubox-dt/linux-imx6-cubox-dt.install @@ -9,7 +9,7 @@ post_install () { echo ">>> Updating module dependencies. Please wait ..." depmod ${KERNEL_VERSION} - echo "NOTE: You will probably need to copy /boot/uImage to the first partition" + echo "NOTE: You will probably need to copy the contents of /boot/ to the first partition" echo " of your SD card." }