Merge pull request #54 from franute/update-template-dnf-module
Update template to use dnf module and image version to F42
This commit is contained in:
@@ -7,7 +7,7 @@ description: This is my personal OS image.
|
|||||||
|
|
||||||
# the base image to build on top of (FROM) and the version tag to use
|
# the base image to build on top of (FROM) and the version tag to use
|
||||||
base-image: ghcr.io/ublue-os/silverblue-main
|
base-image: ghcr.io/ublue-os/silverblue-main
|
||||||
image-version: 41 # latest is also supported if you want new updates ASAP
|
image-version: 42 # latest is also supported if you want new updates ASAP
|
||||||
|
|
||||||
# module configuration, executed in order
|
# module configuration, executed in order
|
||||||
# you can include multiple instances of the same module
|
# you can include multiple instances of the same module
|
||||||
@@ -17,17 +17,20 @@ modules:
|
|||||||
- source: system
|
- source: system
|
||||||
destination: / # copies files/system/* (* means everything inside it) into your image's root folder /
|
destination: / # copies files/system/* (* means everything inside it) into your image's root folder /
|
||||||
|
|
||||||
- type: rpm-ostree
|
- type: dnf
|
||||||
repos:
|
repos:
|
||||||
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
|
copr:
|
||||||
|
- atim/starship
|
||||||
install:
|
install:
|
||||||
- micro
|
packages:
|
||||||
- starship
|
- micro
|
||||||
|
- starship
|
||||||
remove:
|
remove:
|
||||||
# example: removing firefox (in favor of the flatpak)
|
packages:
|
||||||
# "firefox" is the main package, "firefox-langpacks" is a dependency
|
# example: removing firefox (in favor of the flatpak)
|
||||||
- firefox
|
# "firefox" is the main package, "firefox-langpacks" is a dependency
|
||||||
- firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case)
|
- firefox
|
||||||
|
- firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case)
|
||||||
|
|
||||||
- type: default-flatpaks
|
- type: default-flatpaks
|
||||||
configurations:
|
configurations:
|
||||||
@@ -40,4 +43,3 @@ modules:
|
|||||||
- scope: user # Also add Flathub user repo, but no user packages
|
- scope: user # Also add Flathub user repo, but no user packages
|
||||||
|
|
||||||
- type: signing # this sets up the proper policy & signing files for signed images to work fully
|
- type: signing # this sets up the proper policy & signing files for signed images to work fully
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user