mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
feat: bump Fedora version
This commit is contained in:
parent
fc22726ee8
commit
6e7774a27f
@ -19,7 +19,7 @@ it.
|
|||||||
- Top:
|
- Top:
|
||||||
```sh
|
```sh
|
||||||
sudo qubesctl top.enable fedora-minimal
|
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 top.disable fedora-minimal
|
||||||
sudo qubesctl state.apply fedora-minimal.prefs
|
sudo qubesctl state.apply fedora-minimal.prefs
|
||||||
```
|
```
|
||||||
@ -28,7 +28,7 @@ sudo qubesctl state.apply fedora-minimal.prefs
|
|||||||
<!-- pkg:begin:post-install -->
|
<!-- pkg:begin:post-install -->
|
||||||
```sh
|
```sh
|
||||||
sudo qubesctl state.apply fedora-minimal.create
|
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
|
sudo qubesctl state.apply fedora-minimal.prefs
|
||||||
```
|
```
|
||||||
<!-- pkg:end:post-install -->
|
<!-- pkg:end:post-install -->
|
||||||
|
@ -17,7 +17,7 @@ Creates the Fedora Xfce template as well as a Disposable Template based on it.
|
|||||||
- Top:
|
- Top:
|
||||||
```sh
|
```sh
|
||||||
sudo qubesctl top.enable fedora-xfce
|
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
|
sudo qubesctl top.disable fedora-xfce
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ sudo qubesctl top.disable fedora-xfce
|
|||||||
<!-- pkg:begin:post-install -->
|
<!-- pkg:begin:post-install -->
|
||||||
```sh
|
```sh
|
||||||
sudo qubesctl state.apply fedora-xfce.create
|
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 -->
|
<!-- pkg:end:post-install -->
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ Creates the Fedora template as well as a Disposable Template based on it.
|
|||||||
- Top:
|
- Top:
|
||||||
```sh
|
```sh
|
||||||
sudo qubesctl top.enable fedora
|
sudo qubesctl top.enable fedora
|
||||||
sudo qubesctl --targets=fedora-39 state.apply
|
sudo qubesctl --targets=fedora-40 state.apply
|
||||||
sudo qubesctl top.disable fedora
|
sudo qubesctl top.disable fedora
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ sudo qubesctl top.disable fedora
|
|||||||
<!-- pkg:begin:post-install -->
|
<!-- pkg:begin:post-install -->
|
||||||
```sh
|
```sh
|
||||||
sudo qubesctl state.apply fedora.create
|
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 -->
|
<!-- pkg:end:post-install -->
|
||||||
|
|
||||||
|
@ -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', '39') -%}
|
{% set version = salt['pillar.get']('qvm:fedora:version', '40') -%}
|
||||||
{% 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 -%}
|
||||||
|
Loading…
Reference in New Issue
Block a user