diff --git a/core/linux-omap/linux-omap.install b/core/linux-omap/linux-omap.install index 94e82b4a2..e2d184005 100644 --- a/core/linux-omap/linux-omap.install +++ b/core/linux-omap/linux-omap.install @@ -8,6 +8,9 @@ post_install () { # updating module dependencies echo ">>> Updating module dependencies. Please wait ..." depmod ${KERNEL_VERSION} + + echo "NOTE: You will probably need to copy /boot/uImage to the first partition" + echo " of your SD card." } post_upgrade() { @@ -22,4 +25,7 @@ post_upgrade() { # updating module dependencies echo ">>> Updating module dependencies. Please wait ..." depmod ${KERNEL_VERSION} + + echo "NOTE: You will probably need to copy /boot/uImage to the first partition" + echo " of your SD card." }