From 1d1cca1a700a073921d721fa7c88d4d1b9d893d6 Mon Sep 17 00:00:00 2001 From: 3alpha <15694175+3alpha@users.noreply.github.com> Date: Tue, 21 Jul 2026 08:51:57 +0000 Subject: [PATCH] Update Ubuntu base ISO to ubuntu-26.04-live-server-amd64.iso --- iso/scripts/generate_dappnode_iso_ubuntu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iso/scripts/generate_dappnode_iso_ubuntu.sh b/iso/scripts/generate_dappnode_iso_ubuntu.sh index efd0f3f..84b5bb6 100755 --- a/iso/scripts/generate_dappnode_iso_ubuntu.sh +++ b/iso/scripts/generate_dappnode_iso_ubuntu.sh @@ -5,13 +5,13 @@ SCRIPTS_DIR=$(dirname "${BASH_SOURCE[0]}") source ${SCRIPTS_DIR}/common_iso_generation.sh -BASE_ISO_NAME=ubuntu-24.04.3-live-server-amd64.iso +BASE_ISO_NAME=ubuntu-26.04-live-server-amd64.iso BASE_ISO_VERSION="${BASE_ISO_NAME#ubuntu-}" BASE_ISO_VERSION="${BASE_ISO_VERSION%-live-server-amd64.iso}" BASE_ISO_SERIES=$(echo "$BASE_ISO_VERSION" | cut -d. -f1,2) BASE_ISO_PATH="/images/${BASE_ISO_NAME}" BASE_ISO_URL="https://releases.ubuntu.com/${BASE_ISO_SERIES}/${BASE_ISO_NAME}" -BASE_ISO_SHASUM="c3514bf0056180d09376462a7a1b4f213c1d6e8ea67fae5c25099c6fd3d8274b ${BASE_ISO_PATH}" +BASE_ISO_SHASUM="dec49008a71f6098d0bcfc822021f4d042d5f2db279e4d75bdd981304f1ca5d9 ${BASE_ISO_PATH}" DAPPNODE_ISO_NAME="${DAPPNODE_ISO_PREFIX}${BASE_ISO_NAME}" DAPPNODE_ISO_PATH="/images/${DAPPNODE_ISO_NAME}"