default to f43
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 21 Nov 2025 08:21:26 +0000 (09:21 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 21 Nov 2025 08:21:26 +0000 (09:21 +0100)
create-vm.sh
lbuild-initvm.sh
lbuild-nightly.sh
pkgs.py

index ac5e968..8d8cc4b 100755 (executable)
@@ -28,7 +28,7 @@ LOGS=$HOME/machines
 
 DOMAIN=pl.sophia.inria.fr
 
-DEFAULT_DISTRO=f41
+DEFAULT_DISTRO=f43
 DEFAULT_MEMORY=16384
 
 CONFIRM=
index a39c24c..5394cd8 100755 (executable)
@@ -30,7 +30,7 @@ function lxcroot () {
 
 # XXX fixme : when creating a 32bits VM we need to call linux32 as appropriate...s
 
-DEFAULT_FCDISTRO=f41
+DEFAULT_FCDISTRO=f43
 DEFAULT_PLDISTRO=lxc
 DEFAULT_PERSONALITY=linux64
 DEFAULT_MEMORY=3072
index e69924c..e676d70 100755 (executable)
@@ -11,7 +11,7 @@ COMMAND=$(basename $0)
 export PATH=$PATH:/bin:/sbin
 
 # default values, tunable with command-line options
-DEFAULT_FCDISTRO=f41
+DEFAULT_FCDISTRO=f43
 DEFAULT_PLDISTRO=lxc
 DEFAULT_PERSONALITY=linux64
 DEFAULT_MAILDEST="thierry.parmentelat at inria.fr"
diff --git a/pkgs.py b/pkgs.py
index c588e5c..4ba02af 100755 (executable)
--- a/pkgs.py
+++ b/pkgs.py
@@ -36,7 +36,7 @@ import re
 
 default_arch = 'x86_64'
 known_archs = ['i386', 'i686', 'x86_64']
-default_fcdistro = 'f41'
+default_fcdistro = 'f43'
 known_fcdistros = [
     'centos5', 'centos6',
     # oldies but we have references to that in the pkgs files
@@ -45,7 +45,7 @@ known_fcdistros = [
     # these ones are still relevant;
     # f32 is mentioned to be able to use create-vms with that distro
     # as we're running into issues to build a minimal f33 from a f29 host
-    'f29', 'f31', 'f32', 'f33', 'f35', 'f37', 'f39', 'f41',
+    'f29', 'f31', 'f32', 'f33', 'f35', 'f37', 'f39', 'f41', 'f43',
     # scientific linux
     'sl6',
     # debians