chore: Migrate from config/ to files/ & use new files module recipe format (#36)

This commit is contained in:
fiftydinar 2024-07-21 21:21:52 +02:00 committed by GitHub
parent a6881a3a2b
commit 670f83cce1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 3 deletions

View File

@ -12,9 +12,11 @@ image-version: 40 # latest is also supported if you want new updates ASAP
modules: modules:
- type: files - type: files
files: files:
- usr: /usr # copies config/files/usr into your image's /usr. - source: system
# put configuration files you want in /etc/ on a booted system destination: / # copies files/system/* (* means everything inside it) into your image's root folder /
# in /usr/etc/ in the image. read more in files module reference. # put configuration files you want in /usr/etc/ inside the image
# while putting files in /etc/ is done on booted system by system administrators.
# read more about this in files module reference.
- type: rpm-ostree - type: rpm-ostree
repos: repos: