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
This commit is contained in:
1
files/system/etc/.gitkeep
Normal file
1
files/system/etc/.gitkeep
Normal file
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
@@ -14,9 +14,6 @@ modules:
|
|||||||
files:
|
files:
|
||||||
- source: system
|
- source: system
|
||||||
destination: / # copies files/system/* (* means everything inside it) into your image's root folder /
|
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
|
- type: rpm-ostree
|
||||||
repos:
|
repos:
|
||||||
|
|||||||
Reference in New Issue
Block a user