From 5297f10980babd64e024a155604cbaf7139c60d5 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 19 Apr 2016 17:39:27 -0700 Subject: update.sh: fix some typos Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler --- recipes/images/files/colibri-imx7/update.sh | 2 +- recipes/images/files/colibri-vf/update.sh | 2 +- recipes/images/files/library/imx6/update.sh | 4 ++-- recipes/images/files/library/tegra/update.sh | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/recipes/images/files/colibri-imx7/update.sh b/recipes/images/files/colibri-imx7/update.sh index d531b98..07b04bd 100755 --- a/recipes/images/files/colibri-imx7/update.sh +++ b/recipes/images/files/colibri-imx7/update.sh @@ -149,7 +149,7 @@ trap '{ printf "\033[31mScript aborted unexpectedly...\033[0m\n"; }' EXIT sudo $LOCPATH/mkfs.ubifs --space-fixup -c ${MAXLEB} -e ${BLOCK} -m ${PAGE} -o ${BINARIES}/${IMAGEFILE} -r rootfs/ -v echo "" -echo "UBI image of root file system generated, coping data to target folder..." +echo "UBI image of root file system generated, copying data to target folder..." #make a file with the used versions for U-Boot, kernel and rootfs sudo touch ${BINARIES}/versions.txt diff --git a/recipes/images/files/colibri-vf/update.sh b/recipes/images/files/colibri-vf/update.sh index ee832a8..a8a6ea6 100755 --- a/recipes/images/files/colibri-vf/update.sh +++ b/recipes/images/files/colibri-vf/update.sh @@ -166,7 +166,7 @@ trap '{ printf "\033[31mScript aborted unexpectedly...\033[0m\n"; }' EXIT sudo $LOCPATH/mkfs.ubifs --space-fixup -c ${MAXLEB} -e ${BLOCK} -m ${PAGE} -o ${BINARIES}/${IMAGEFILE} -r rootfs/ -v echo "" -echo "UBI image of root file system generated, coping data to target folder..." +echo "UBI image of root file system generated, copying data to target folder..." #make a file with the used versions for U-Boot, kernel and rootfs sudo touch ${BINARIES}/versions.txt 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 diff --git a/recipes/images/files/library/tegra/update.sh b/recipes/images/files/library/tegra/update.sh index 1849bed..8a2f346 100755 --- a/recipes/images/files/library/tegra/update.sh +++ b/recipes/images/files/library/tegra/update.sh @@ -317,7 +317,7 @@ if [ "${MODTYPE}" = "colibri-t20" ] ; then done echo "" - echo "UBI image of root file system generated, coping data to target folder..." + echo "UBI image of root file system generated, copying data to target folder..." else if [ "${MODTYPE}" = "apalis-t30" ] || [ "${MODTYPE}" = "colibri-t30" ] ; then # Boot partition [in sectors of 512] @@ -346,7 +346,7 @@ else 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 @@ -371,7 +371,7 @@ else fi echo "" - echo "Creating rootfs partion image" + echo "Creating rootfs partition image" #make the partition 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 -- cgit v1.2.3