From ad89dd7cc4ef7f0e64aee2cd11c353eab32bb357 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 7 Feb 2018 12:03:13 +0100 Subject: [PATCH] [interactiveterminal] Document config --- .../interactiveterminal/interactiveterminal.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/modules/interactiveterminal/interactiveterminal.conf b/src/modules/interactiveterminal/interactiveterminal.conf index 0786c8a01..067bce8be 100644 --- a/src/modules/interactiveterminal/interactiveterminal.conf +++ b/src/modules/interactiveterminal/interactiveterminal.conf @@ -1,2 +1,14 @@ +# The interactive terminal provides a konsole (terminal) window +# during the installation process. The terminal runs in the +# host system, so you will need to change directories to the +# target system to examine the state there. +# +# The one configuration key *command*, if defined, is passed +# as a command to run in the terminal window before any user +# input is accepted. The user must exit the terminal manually +# or click *next* to proceed to the next installation step. +# +# If no command is defined, no command is run and the user +# gets a plain terminal session. --- command: "echo Hello"