From c5933f28f274234bbb706f50f84286da010f6b9c Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Thu, 8 Aug 2024 18:08:16 +0200 Subject: [PATCH 1/2] chore: Recommend the usage of `/etc/` instead of `/usr/etc/` Related PR: https://github.com/blue-build/modules/pull/315 --- files/system/etc/.gitkeep | 1 + 1 file changed, 1 insertion(+) 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 @@ + From 7a29216582b0cfce885d80e1005107f25a641078 Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Sat, 10 Aug 2024 23:05:35 +0200 Subject: [PATCH 2/2] docs: Remove mention of putting files to `/usr/etc/` in recipe --- recipes/recipe.yml | 3 --- 1 file changed, 3 deletions(-) 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: