From dbb67ea43dadb2a6f843d06dcc190d92c2fa4413 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Fri, 6 Oct 2023 05:53:48 -0400 Subject: [PATCH] fix: terminology (#60) * fix: terminology * docs: mention ostree this is *not* the case on all fedora distros, only the "immutable" / ostree ones --------- Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com> --- modules/files/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/files/README.md b/modules/files/README.md index ef256c7..fd3fe9c 100644 --- a/modules/files/README.md +++ b/modules/files/README.md @@ -3,7 +3,7 @@ The `files` module simplifies the process of copying files to the image during the build time. These files are sourced from the `config/files` directory, which is located at `/tmp/config/files` inside the image. > **Warning** -> If you want to place anything in `/etc` of the final image, you MUST place them in `/usr/etc` in your repo, so that they're written to `/usr/etc` on the final system. That is the proper directory for "system" configuration templates on immutable Fedora distros, whereas the normal `/etc` is meant for manual overrides and editing by the machine's admin AFTER installation! See issue https://github.com/ublue-os/startingpoint/issues/28. +> If you want to place anything in `/etc` of the final image, you MUST place them in `/usr/etc` in your repo, so that they're written to `/usr/etc` on the final system. That is the proper directory for "system" configuration templates on OSTree-based Fedora distros, whereas `/etc` is meant for manual overrides and editing by the machine's admin AFTER installation! See issue https://github.com/ublue-os/startingpoint/issues/28. ## Example Configuration