summaryrefslogtreecommitdiff
path: root/recipes/images/files/library/imx6/update.sh
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-04-19 17:39:27 -0700
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-06-24 00:51:18 +0200
commit5297f10980babd64e024a155604cbaf7139c60d5 (patch)
tree559859a6896aafdd6a69dd8705a8473ac41f6541 /recipes/images/files/library/imx6/update.sh
parent546fbde71bea902b8e6bc0c3e00c01aaa2a39199 (diff)
update.sh: fix some typos
Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes/images/files/library/imx6/update.sh')
-rwxr-xr-xrecipes/images/files/library/imx6/update.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/images/files/library/imx6/update.sh b/recipes/images/files/library/imx6/update.sh
index b80e198..9f2b0ab 100755
--- a/recipes/images/files/library/imx6/update.sh
+++ b/recipes/images/files/library/imx6/update.sh
@@ -230,7 +230,7 @@ truncate -s $IMG_SIZE ${BINARIES}/mbr.bin
echo ""
-echo "Creating VFAT partion image with the kernel"
+echo "Creating VFAT partition image with the kernel"
rm -f ${BINARIES}/boot.vfat
${MKFSVFAT} -n "${BOOTDD_VOLUME_ID}" -S 512 -C ${BINARIES}/boot.vfat $BOOT_BLOCKS
export MTOOLS_SKIP_CHECK=1
@@ -256,7 +256,7 @@ if test -n "${KERNEL_DEVICETREE}"; then
fi
echo ""
-echo "Creating rootfs partion image"
+echo "Creating rootfs partition image"
#make the filesystem size size(rootfs used + MIN_PARTITION_FREE_SIZE)
#add about 4% to the rootfs to account for fs overhead. (/1024/985 instead of /1024/1024).
#add 512 bytes per file to account for small files