1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: This is my personal OS KDE image with additionnal applications inst
5
5
6
6
# the base image to build on top of (FROM) and the version tag to use
7
7
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
9
9
10
10
# module configuration, executed in order
11
11
# you can include multiple instances of the same module
@@ -16,8 +16,6 @@ modules:
16
16
# copies config/files/usr into your image's /usr.
17
17
# put configuration files you want in /etc/ on a booted system
18
18
# 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.
21
19
# Build skel to fetch dotfiles
22
20
23
21
- type : rpm-ostree
0 commit comments