diff --git a/docs/installation/packages.en.md b/docs/installation/packages.en.md index 71570fda..22206d4d 100644 --- a/docs/installation/packages.en.md +++ b/docs/installation/packages.en.md @@ -18,6 +18,12 @@ - Ubuntu 24.04 (Noble): `deb https://vitastor.io/debian noble 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`: + ``` + Package: * + Pin: origin "vitastor.io" + Pin-Priority: 501 + ``` - Install packages: `apt update; apt install vitastor lp-solve etcd linux-image-amd64 qemu-system-x86` ## CentOS diff --git a/docs/installation/packages.ru.md b/docs/installation/packages.ru.md index 17b42b44..5dc4e597 100644 --- a/docs/installation/packages.ru.md +++ b/docs/installation/packages.ru.md @@ -18,6 +18,12 @@ - Ubuntu 24.04 (Noble): `deb https://vitastor.io/debian noble main` - Добавьте `-oldstable` к слову bookworm/bullseye/buster в этой строке, чтобы установить последнюю стабильную версию из ветки 0.9.x вместо 1.x +- Чтобы всегда предпочитались версии пакетов QEMU и Libvirt с патчами Vitastor, добавьте в `/etc/apt/preferences`: + ``` + Package: * + Pin: origin "vitastor.io" + Pin-Priority: 501 + ``` - Установите пакеты: `apt update; apt install vitastor lp-solve etcd linux-image-amd64 qemu-system-x86` ## CentOS