From 692a40b2f449ba68f9f679f24a18964bc21eda51 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Wed, 25 Oct 2023 13:59:40 +0300 Subject: [PATCH] ubuntu: upgrade to 23.10 --- distro-build/ubuntu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distro-build/ubuntu.sh b/distro-build/ubuntu.sh index 3b9158e42..7e654dd0b 100644 --- a/distro-build/ubuntu.sh +++ b/distro-build/ubuntu.sh @@ -1,5 +1,5 @@ dist_name="Ubuntu" -dist_version="jammy" +dist_version="mantic" bootstrap_distribution() { for arch in arm64 armhf amd64; do @@ -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="Current LTS release (${dist_version}). Not available for x86 32-bit (i686) CPUs." + DISTRO_COMMENT="Standard release (${dist_version}). Not available for 32-bit 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}')"