[elbe-devel] [PATCH v3 0/6] ticket 1526 - add <file> to finetuning

dion at linutronix.de dion at linutronix.de
Tue May 21 14:47:14 CEST 2019


From: Olivier Dion <dion at linutronix.de>

Allows the user to write/append and change owner/group/mode on any
file of the RFS during the 'finetuning' pass.

Content written to a file can be encoded as plain text, raw or base64.

An example is given under 'examples/include/devel/finetuning.xml' with
an apache2 server and a swap partition with fstab.

Olivier Dion (6):
  Add support for 'append_file' for Filesystem
  Fix None case for Filesystem write_file mode
  Add definition/implementation of 'finetuning/file' XML tag
  Add 'plain/raw' encodings for finetuning 'add <file>'
  Add finetuning 'add <file>' examples
  Respect of PEP8

 elbepack/filesystem.py                 | 10 +++-
 elbepack/finetuning.py                 | 65 ++++++++++++++++++++++++++
 examples/includes/devel/finetuning.xml | 18 +++++++
 schema/dbsfed.xsd                      | 36 ++++++++++++++
 4 files changed, 128 insertions(+), 1 deletion(-)

-- 
2.21.0




More information about the elbe-devel mailing list