[PATCH 6/8] tegra: sysupgrade: use v function for writing logs
Adrian Schmutzler
mail at adrianschmutzler.de
Wed Nov 25 12:23:31 EST 2020
Hi,
> -----Original Message-----
> From: openwrt-devel [mailto:openwrt-devel-bounces at lists.openwrt.org]
> On Behalf Of Tomasz Maciej Nowak
> Sent: Mittwoch, 25. November 2020 17:34
> To: openwrt-devel at lists.openwrt.org
> Subject: [PATCH 6/8] tegra: sysupgrade: use v function for writing logs
>
> Signed-off-by: Tomasz Maciej Nowak <tmn505 at gmail.com>
same as for mvebu, I need a commit message somehow ...
Best
Adrian
> ---
> .../linux/tegra/base-files/lib/upgrade/platform.sh | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/target/linux/tegra/base-files/lib/upgrade/platform.sh
> b/target/linux/tegra/base-files/lib/upgrade/platform.sh
> index 05b48cd50a8a..5c729de1a4b5 100644
> --- a/target/linux/tegra/base-files/lib/upgrade/platform.sh
> +++ b/target/linux/tegra/base-files/lib/upgrade/platform.sh
> @@ -6,7 +6,7 @@ platform_check_image() {
> [ "$#" -gt 1 ] && return 1
>
> export_bootdevice && export_partdevice diskdev 0 || {
> - echo "Unable to determine upgrade device"
> + v "Unable to determine upgrade device"
> return 1
> }
>
> @@ -23,7 +23,7 @@ platform_check_image() {
> rm -f /tmp/image.bs /tmp/partmap.bootdisk /tmp/partmap.image
>
> if [ -n "$diff" ]; then
> - echo "Partition layout has changed. Full image will be
> written."
> + v "Partition layout has changed. Full image will be written."
> ask_bool 0 "Abort" && exit 1
> return 0
> fi
> @@ -43,7 +43,7 @@ platform_do_upgrade() {
> local diskdev partdev diff
>
> export_bootdevice && export_partdevice diskdev 0 || {
> - echo "Unable to determine upgrade device"
> + v "Unable to determine upgrade device"
> return 1
> }
>
> @@ -79,14 +79,14 @@ platform_do_upgrade() {
> #iterate over each partition from the image and write it to the boot
> disk
> while read part start size; do
> if export_partdevice partdev $part; then
> - echo "Writing image to /dev/$partdev..."
> + v "Writing image to /dev/$partdev..."
> get_image "$@" | dd of="/dev/$partdev" ibs="512"
> obs=1M skip="$start" count="$size" conv=fsync
> else
> - echo "Unable to find partition $part device, skipped."
> + v "Unable to find partition $part device, skipped."
> fi
> done < /tmp/partmap.image
>
> #copy partition uuid
> - echo "Writing new UUID to /dev/$diskdev..."
> + v "Writing new UUID to /dev/$diskdev..."
> get_image "$@" | dd of="/dev/$diskdev" bs=1 skip=440 count=4
> seek=440 conv=fsync }
> --
> 2.29.2
>
>
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openpgp-digital-signature.asc
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.openwrt.org/pipermail/openwrt-devel/attachments/20201125/faba7953/attachment.sig>
More information about the openwrt-devel
mailing list