From 0c1154833cbbf03a9fdb3a81f1e36df8d628a76c Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Sun, 29 Mar 2026 12:38:12 +0300 Subject: [PATCH] Add Ubuntu 26.04 support --- debian/vitastor-build.sh | 2 +- docs/installation/packages.en.md | 1 + docs/installation/packages.ru.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/vitastor-build.sh b/debian/vitastor-build.sh index 81ee5ce8..c87b12d8 100755 --- a/debian/vitastor-build.sh +++ b/debian/vitastor-build.sh @@ -44,7 +44,7 @@ curl -s https://git.yourcmc.ru/vitalif/antietcd/archive/master.tar.gz | tar -zx curl -s https://git.yourcmc.ru/vitalif/tinyraft/archive/master.tar.gz | tar -zx cd /root/vitastor/packages/vitastor-$REL -if [[ "$REL" = "trixie" && -e ../vitastor-bookworm/vitastor_$VER.orig.tar.xz ]]; then +if [[ ( "$REL" = "trixie" || "$REL" = "resolute" ) && -e ../vitastor-bookworm/vitastor_$VER.orig.tar.xz ]]; then # Fucking shit, archives differ between bookworm (xz 5.4.1) and trixie (xz 5.8.1) cp ../vitastor-bookworm/vitastor_$VER.orig.tar.xz . else diff --git a/docs/installation/packages.en.md b/docs/installation/packages.en.md index 343eff8c..a5096348 100644 --- a/docs/installation/packages.en.md +++ b/docs/installation/packages.en.md @@ -17,6 +17,7 @@ - Debian 10 (Buster): `deb https://vitastor.io/debian buster main` - Ubuntu 22.04 (Jammy): `deb https://vitastor.io/debian jammy main` - Ubuntu 24.04 (Noble): `deb https://vitastor.io/debian noble main` + - Ubuntu 26.04 (Resolute): `deb https://vitastor.io/debian resolute main` - Add `-oldstable` to bookworm/bullseye/buster in this line to install the last stable version from 0.9.x branch instead of 1.x - To always prefer vitastor-patched QEMU and Libvirt versions, add the following to `/etc/apt/preferences`: diff --git a/docs/installation/packages.ru.md b/docs/installation/packages.ru.md index 45e932c9..63c1e093 100644 --- a/docs/installation/packages.ru.md +++ b/docs/installation/packages.ru.md @@ -17,6 +17,7 @@ - Debian 10 (Buster): `deb https://vitastor.io/debian buster main` - Ubuntu 22.04 (Jammy): `deb https://vitastor.io/debian jammy main` - Ubuntu 24.04 (Noble): `deb https://vitastor.io/debian noble main` + - Ubuntu 26.04 (Resolute): `deb https://vitastor.io/debian resolute main` - Добавьте `-oldstable` к слову bookworm/bullseye/buster в этой строке, чтобы установить последнюю стабильную версию из ветки 0.9.x вместо 1.x - Чтобы всегда предпочитались версии пакетов QEMU и Libvirt с патчами Vitastor, добавьте в `/etc/apt/preferences`: