Skip to content

Commit 349ce6e

Browse files
authoredFeb 22, 2024
Update recipe.yml
revert to 39
1 parent 3ffd3b8 commit 349ce6e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎config/recipe.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This is my personal OS KDE image with additionnal applications inst
55

66
# the base image to build on top of (FROM) and the version tag to use
77
base-image: ghcr.io/ublue-os/kinoite-main
8-
image-version: 40 # latest is also supported if you want new updates ASAP; rawhide is unavailable
8+
image-version: 39 # latest is also supported if you want new updates ASAP; rawhide is unavailable
99

1010
# module configuration, executed in order
1111
# you can include multiple instances of the same module
@@ -16,8 +16,6 @@ modules:
1616
# copies config/files/usr into your image's /usr.
1717
# put configuration files you want in /etc/ on a booted system
1818
# in /usr/etc/ in the image. read more in files module reference.
19-
- etc: /etc
20-
# copies config/files/etc into your image's /etc.
2119
# Build skel to fetch dotfiles
2220

2321
- type: rpm-ostree

0 commit comments

Comments
 (0)
Failed to load comments.