Skip to content

Commit

Permalink
chore: Recommend the usage of /etc/ instead of /usr/etc/ (#38)
Browse files Browse the repository at this point in the history
* chore: Recommend the usage of `/etc/` instead of `/usr/etc/`

Related PR:
blue-build/modules#315

* docs: Remove mention of putting files to `/usr/etc/` in recipe
  • Loading branch information
fiftydinar authored Aug 11, 2024
1 parent e976138 commit fa30038
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions files/system/etc/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

3 changes: 0 additions & 3 deletions recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ modules:
files:
- 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 fa30038

Please sign in to comment.