feat: bump Fedora version

This commit is contained in:
Ben Grande 2024-06-12 15:00:59 +02:00
parent fc22726ee8
commit 6e7774a27f
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56
4 changed files with 7 additions and 7 deletions

View File

@ -19,7 +19,7 @@ it.
- Top:
```sh
sudo qubesctl top.enable fedora-minimal
sudo qubesctl --targets=fedora-39-minimal state.apply
sudo qubesctl --targets=fedora-40-minimal state.apply
sudo qubesctl top.disable fedora-minimal
sudo qubesctl state.apply fedora-minimal.prefs
```
@ -28,7 +28,7 @@ sudo qubesctl state.apply fedora-minimal.prefs
<!-- pkg:begin:post-install -->
```sh
sudo qubesctl state.apply fedora-minimal.create
sudo qubesctl --skip-dom0 --targets=fedora-39-minimal state.apply fedora-minimal.install
sudo qubesctl --skip-dom0 --targets=fedora-40-minimal state.apply fedora-minimal.install
sudo qubesctl state.apply fedora-minimal.prefs
```
<!-- pkg:end:post-install -->

View File

@ -17,7 +17,7 @@ Creates the Fedora Xfce template as well as a Disposable Template based on it.
- Top:
```sh
sudo qubesctl top.enable fedora-xfce
sudo qubesctl --targets=fedora-39-xfce state.apply
sudo qubesctl --targets=fedora-40-xfce state.apply
sudo qubesctl top.disable fedora-xfce
```
@ -25,7 +25,7 @@ sudo qubesctl top.disable fedora-xfce
<!-- pkg:begin:post-install -->
```sh
sudo qubesctl state.apply fedora-xfce.create
sudo qubesctl --skip-dom0 --targets=fedora-39-xfce state.apply fedora-xfce.install
sudo qubesctl --skip-dom0 --targets=fedora-40-xfce state.apply fedora-xfce.install
```
<!-- pkg:end:post-install -->

View File

@ -17,7 +17,7 @@ Creates the Fedora template as well as a Disposable Template based on it.
- Top:
```sh
sudo qubesctl top.enable fedora
sudo qubesctl --targets=fedora-39 state.apply
sudo qubesctl --targets=fedora-40 state.apply
sudo qubesctl top.disable fedora
```
@ -25,7 +25,7 @@ sudo qubesctl top.disable fedora
<!-- pkg:begin:post-install -->
```sh
sudo qubesctl state.apply fedora.create
sudo qubesctl --skip-dom0 --targets=fedora-39 state.apply fedora.install
sudo qubesctl --skip-dom0 --targets=fedora-40 state.apply fedora.install
```
<!-- pkg:end:post-install -->

View File

@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
#}
{% set base = 'fedora' -%}
{% set version = salt['pillar.get']('qvm:fedora:version', '39') -%}
{% set version = salt['pillar.get']('qvm:fedora:version', '40') -%}
{% set flavor = '' -%}
{% set repo = salt['pillar.get']('qvm:fedora:repo', 'qubes-templates-itl') -%}
{% if flavor -%}