[elbe-devel] [PATCH 0/3] Add support for initvm finetuning
Olivier Dion
dion at linutronix.de
Tue May 12 00:03:31 CEST 2020
This patch add the ability to do finetuning on the initvm as the very
last step in init-elbe.sh.
As for now, the only available action is the <command> action. It
allows to execute arbitrary shell commands chrooted in the initvm.
It's also possible to execute a shell script by making a multi-line
command with an heredoc.
The patch also add a initvm example with ssh permited for root by
using the initvm finetuning 'command' action.
Olivier Dion (3):
dbsfed: Add initvm-finetuning definition
init init-elbe.sh.mako: Handle initvm/finetuning tag
init: Create new initvm xml file
elbepack/init/init-elbe.sh.mako | 11 ++++
elbepack/init/initvm-ssh-root-open-danger.xml | 59 +++++++++++++++++++
schema/dbsfed.xsd | 39 ++++++++++++
3 files changed, 109 insertions(+)
create mode 100644 elbepack/init/initvm-ssh-root-open-danger.xml
--
2.26.2
More information about the elbe-devel
mailing list