particle-os-modules/modules/files
2024-02-04 18:18:35 +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 fix: switch urls to fetch main branch in module.ymls 2024-02-04 18:18:35 +02:00
README.md refactor: start using module.yml for module metadata (#116) 2024-02-04 16:05:22 +00: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/ublue-os/startingpoint/issues/28. :::