From de6fac360ffb00cbf13bc3f94d40e96be2532ac2 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Wed, 25 Oct 2023 14:20:23 +0300 Subject: [PATCH] ubuntu: fix comment --- distro-build/ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro-build/ubuntu.sh b/distro-build/ubuntu.sh index 7e654dd0b..5ab9151bf 100644 --- a/distro-build/ubuntu.sh +++ b/distro-build/ubuntu.sh @@ -22,7 +22,7 @@ write_plugin() { # Do not modify this file as your changes will be overwritten on next update. # If you want customize installation, please make a copy. DISTRO_NAME="Ubuntu" - DISTRO_COMMENT="Standard release (${dist_version}). Not available for 32-bit CPUs." + DISTRO_COMMENT="Standard release (${dist_version}). Not available for x86 32-bit (i686) CPUs." TARBALL_URL['aarch64']="${GIT_RELEASE_URL}/ubuntu-aarch64-pd-${CURRENT_VERSION}.tar.xz" TARBALL_SHA256['aarch64']="$(sha256sum "${ROOTFS_DIR}/ubuntu-aarch64-pd-${CURRENT_VERSION}.tar.xz" | awk '{ print $1}')"