files
The files
module can be used to copy directories from files/
to
any location in your image at build-time, as long as the location exists at
build-time (e.g. you can’t put files in /home/<username>/
, because users
haven’t been created yet prior to first boot).
Example configuration
Configuration options
files:
(required enum)
List of files / folders to copy.
Possible values: string: string
, { source: string, destination: string }