feat: update template to fedora-39

This commit is contained in:
Ben Grande 2024-02-16 23:31:57 +01:00
parent 7331b1938e
commit e6fb72c22e
5 changed files with 8 additions and 8 deletions

View File

@ -19,7 +19,7 @@ it.
- Top: - Top:
```sh ```sh
qubesctl top.enable fedora-minimal qubesctl top.enable fedora-minimal
qubesctl --targets=fedora-38-minimal state.apply qubesctl --targets=fedora-39-minimal state.apply
qubesctl top.disable fedora-minimal qubesctl top.disable fedora-minimal
``` ```
@ -27,7 +27,7 @@ qubesctl top.disable fedora-minimal
<!-- pkg:begin:post-install --> <!-- pkg:begin:post-install -->
```sh ```sh
qubesctl state.apply fedora-minimal.create qubesctl state.apply fedora-minimal.create
qubesctl --skip-dom0 --targets=fedora-38-minimal state.apply fedora-minimal.install qubesctl --skip-dom0 --targets=fedora-39-minimal state.apply fedora-minimal.install
``` ```
<!-- pkg:end:post-install --> <!-- 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: - Top:
```sh ```sh
qubesctl top.enable fedora-xfce qubesctl top.enable fedora-xfce
qubesctl --targets=fedora-38-xfce state.apply qubesctl --targets=fedora-39-xfce state.apply
qubesctl top.disable fedora-xfce qubesctl top.disable fedora-xfce
``` ```
@ -25,7 +25,7 @@ qubesctl top.disable fedora-xfce
<!-- pkg:begin:post-install --> <!-- pkg:begin:post-install -->
```sh ```sh
qubesctl state.apply fedora-xfce.create qubesctl state.apply fedora-xfce.create
qubesctl --skip-dom0 --targets=fedora-38-xfce state.apply fedora-xfce.install qubesctl --skip-dom0 --targets=fedora-39-xfce state.apply fedora-xfce.install
``` ```
<!-- pkg:end:post-install --> <!-- pkg:end:post-install -->

View File

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

View File

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

View File

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