From fa30038613a4b455c32a8115df2ca6ee4837097e Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Sun, 11 Aug 2024 19:08:10 +0200 Subject: [PATCH] chore: Recommend the usage of `/etc/` instead of `/usr/etc/` (#38) * chore: Recommend the usage of `/etc/` instead of `/usr/etc/` Related PR: https://github.com/blue-build/modules/pull/315 * docs: Remove mention of putting files to `/usr/etc/` in recipe --- files/system/etc/.gitkeep | 1 + recipes/recipe.yml | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 files/system/etc/.gitkeep diff --git a/files/system/etc/.gitkeep b/files/system/etc/.gitkeep new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/files/system/etc/.gitkeep @@ -0,0 +1 @@ + diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 47ce04a..34b2ab9 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -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: