calamares/src/modules/interactiveterminal/interactiveterminal.conf
Adriaan de Groot 1b23520f20 REUSE: (CC0-1.0) module descriptors and configuration files
In spite of there being considerable documentation sometimes in the
config file, we go with CC0 because we don't want the notion of
'derived work' of a config file.

The example `settings.conf` is also CC0. Add some docs to
it while we're at it.
2020-08-26 02:22:49 +02:00

18 lines
668 B
Plaintext

# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# 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"