particle-os-modules/modules/files
2024-02-21 16:39:34 +02:00
..
files.sh fix(files): Ensure that parent dot files & folders are copied (#115) 2024-02-03 18:40:24 +00:00
module.yml chore: replace URLs with ublue-os/bling 2024-02-21 16:39:34 +02:00
README.md chore: replace URLs with ublue-os/bling 2024-02-21 16:39:34 +02:00

files

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.

:::note If you want to place any files in /etc/, you should place them in /usr/etc/ instead, which will be used to generate /etc/ on a booted system. That is the proper directory for "system" configuration templates on atomic Fedora distros, whereas /etc/ is meant for manual overrides and editing by the machine's admin AFTER installation! See issue https://github.com/blue-build/legacy-template/issues/28. :::