docs(files): re-add file documentation (#205)

This commit is contained in:
Alexis Purslane 2024-04-13 09:34:19 +00:00 committed by GitHub
parent 61ad81ab66
commit 3ddc1d6de0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 67 additions and 1 deletions

12
modules/files/module.yml Normal file
View file

@ -0,0 +1,12 @@
name: files
shortdesc: Copy files to your image at build time
readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/files/README.md
example: |
modules:
- type: files
files:
- usr: /usr # copies config/files/usr into your images /usr
# put configuration files you want in /etc/ on a *booted*
# system in /usr/etc/ in the image.
- etc: /etc # copies config/files/etc into your image's /etc immediately,
# for use with further modules.