chore: Migrate from config/ to files/ & use new files module recipe format (#36)
This commit is contained in:
parent
a6881a3a2b
commit
670f83cce1
@ -12,9 +12,11 @@ image-version: 40 # latest is also supported if you want new updates ASAP
|
||||
modules:
|
||||
- type: files
|
||||
files:
|
||||
- usr: /usr # copies config/files/usr into your image's /usr.
|
||||
# put configuration files you want in /etc/ on a booted system
|
||||
# in /usr/etc/ in the image. read more in files module reference.
|
||||
- source: system
|
||||
destination: / # copies files/system/* (* means everything inside it) into your image's root folder /
|
||||
# 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
|
||||
repos:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user