From 9e8ec04fc96f74eb3e8221f50e2c899e1aebf2e8 Mon Sep 17 00:00:00 2001 From: Will_li8 Date: Mon, 14 Apr 2025 09:30:21 +0000 Subject: [PATCH] Remove unnecessary whitespace. Signed-off-by: Will_li8 --- board/phytium/common/post-custom-skeleton-debian-11.sh | 2 +- board/phytium/common/post-custom-skeleton-ubuntu.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/phytium/common/post-custom-skeleton-debian-11.sh b/board/phytium/common/post-custom-skeleton-debian-11.sh index 8ad94e28d..105178e63 100755 --- a/board/phytium/common/post-custom-skeleton-debian-11.sh +++ b/board/phytium/common/post-custom-skeleton-debian-11.sh @@ -86,7 +86,7 @@ do_distrorfs_first_stage() { [ $1 != amd64 -a ! -f $RFSDIR/usr/bin/qemu-${tgtarch}-static ] && sudo cp $(which qemu-${tgtarch}-static) $RFSDIR/usr/bin echo "installing for second-stage ..." DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true LC_ALL=C LANGUAGE=C LANG=C \ - sudo chroot $RFSDIR /debootstrap/debootstrap --variant=minbase --second-stage + sudo chroot $RFSDIR/debootstrap/debootstrap --variant=minbase --second-stage if [ "x$?" != "x0" ]; then do_recover_from_error "debootstrap failed in second-stage" exit 1 diff --git a/board/phytium/common/post-custom-skeleton-ubuntu.sh b/board/phytium/common/post-custom-skeleton-ubuntu.sh index f49975013..52347b61d 100755 --- a/board/phytium/common/post-custom-skeleton-ubuntu.sh +++ b/board/phytium/common/post-custom-skeleton-ubuntu.sh @@ -91,7 +91,7 @@ do_distrorfs_first_stage() { [ $1 != amd64 -a ! -f $RFSDIR/usr/bin/qemu-${tgtarch}-static ] && sudo cp $(which qemu-${tgtarch}-static) $RFSDIR/usr/bin echo "installing for second-stage ..." DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true LC_ALL=C LANGUAGE=C LANG=C \ - sudo chroot $RFSDIR /debootstrap/debootstrap --second-stage + sudo chroot $RFSDIR/debootstrap/debootstrap --second-stage if [ "x$?" != "x0" ]; then do_recover_from_error "debootstrap failed in second-stage" exit 1 -- Gitee