mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
[interactiveterminal] Document config
This commit is contained in:
parent
051edb462f
commit
ad89dd7cc4
1 changed files with 12 additions and 0 deletions
|
@ -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"
|
command: "echo Hello"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue