core/linux-omap: add note in .install to copy uImage

This commit is contained in:
Kevin Mihelich 2012-07-16 21:26:07 -04:00
parent ace719863b
commit 1c70469731

View file

@ -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."
}