Skip to content

Commit

Permalink
chore: Migrate from config/ to files/ & use new files module re…
Browse files Browse the repository at this point in the history
…cipe format (#36)
  • Loading branch information
fiftydinar authored Jul 21, 2024
1 parent a6881a3 commit 670f83c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
8 changes: 5 additions & 3 deletions recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 670f83c

Please sign in to comment.