chore: Recommend the usage of /etc/ instead of /usr/etc/ (#38)
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (push) Has been cancelled
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (push) Has been cancelled
* 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:
parent
e976138a77
commit
fa30038613
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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user