Skip to content

Commit

Permalink
feat: bump Fedora version
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jun 12, 2024
1 parent fc22726 commit 6e7774a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions salt/fedora-minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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 -->
Expand Down
4 changes: 2 additions & 2 deletions salt/fedora-xfce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ 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
```

- State:
<!-- 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 -->

Expand Down
4 changes: 2 additions & 2 deletions salt/fedora/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ 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
```

- State:
<!-- 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 -->

Expand Down
2 changes: 1 addition & 1 deletion salt/fedora/template.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%}
Expand Down

0 comments on commit 6e7774a

Please sign in to comment.