From 5270201823d36f6ae4d28fd08fc416d021667f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sat, 4 Mar 2023 15:22:35 +0100 Subject: [PATCH] Add fc38 to supported templates list But not to default targets (example-configs/qubes-*.conf) yet, until its ready. QubesOS/qubes-issues#8069 --- example-configs/templates.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/example-configs/templates.conf b/example-configs/templates.conf index 1eb30a149..3056f68ac 100644 --- a/example-configs/templates.conf +++ b/example-configs/templates.conf @@ -226,6 +226,10 @@ ifeq "$(SETUP_MODE)" "1" DISTS_VM += fc37+minimal DISTS_VM += fc37+fullyloaded DISTS_VM += fc37+xfce + DISTS_VM += fc38 + DISTS_VM += fc38+minimal + DISTS_VM += fc38+fullyloaded + DISTS_VM += fc38+xfce DISTS_VM += centos7 DISTS_VM += centos7+minimal DISTS_VM += centos7+xfce