From aac3c8b59edad181b53ac7074cf8fbaba5a991f1 Mon Sep 17 00:00:00 2001 From: nocode Date: Tue, 7 Jul 2026 13:56:54 +0200 Subject: [PATCH] chore(.xinitrc): update anaconda default product version to 0.6 --- configs/baseline/airootfs/root/.xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/baseline/airootfs/root/.xinitrc b/configs/baseline/airootfs/root/.xinitrc index 46f06bd..414a96b 100644 --- a/configs/baseline/airootfs/root/.xinitrc +++ b/configs/baseline/airootfs/root/.xinitrc @@ -133,7 +133,7 @@ if command -v liveinst >/dev/null 2>&1; then # (Les mentions Fedora PROFONDES dans les logs — GeoIP, profils — restent : # ce sont des chaînes internes de l'installateur, sans effet sur l'install.) export ANACONDA_PRODUCTNAME="$(. /etc/os-release 2>/dev/null; echo "${NAME:-FWS}")" - export ANACONDA_PRODUCTVERSION="$(. /etc/os-release 2>/dev/null; echo "${VERSION_ID:-1.0}")" + export ANACONDA_PRODUCTVERSION="$(. /etc/os-release 2>/dev/null; echo "${VERSION_ID:-0.6}")" export ANACONDA_ISFINAL=true LIVEINST_LOG=/tmp/fws-liveinst.log