Skip to content

Commit

Permalink
docs: shorten files /usr/ docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Feb 3, 2024
1 parent 47ee3da commit 565b143
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ image-version: 39 # 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
# configuration you wish to end up in /etc/ on the booted system
# should be added into /usr/etc/ as that is the proper "distro"
# config directory on ostree. Read more in the files module's documentation
- 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.

- type: rpm-ostree
repos:
Expand Down

0 comments on commit 565b143

Please sign in to comment.