From 0eb8b1e0db10b5f4f61ac54c1d108c3270372f50 Mon Sep 17 00:00:00 2001 From: gerblesh <101901964+gerblesh@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:12:42 -0700 Subject: [PATCH] docs: fix markdown formatting --- 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 b654de24b6..55604489a8 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 ONLY meant for manual overrides and editing by the machine's admin AFTER installation! See issue (#28)[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 immutable Fedora distros, whereas the normal "/etc" is ONLY 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: