mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 02:15:44 -05:00
Add dont-chroot setting to settings.conf.
This commit is contained in:
parent
10ce42f35c
commit
2c9524aebd
1 changed files with 7 additions and 0 deletions
|
@ -76,3 +76,10 @@ branding: default
|
|||
# install phase, i.e. at the point of no return. If it's false, no prompt is shown.
|
||||
# Default is false.
|
||||
prompt-install: false
|
||||
|
||||
# If this is set to true, all target environment calls will be executed on the current
|
||||
# (host) system rather than on the target (chrooted) system.
|
||||
# Only set this to true in exceptional circumstances, if you are not using Calamares as
|
||||
# a system installer.
|
||||
# Default is false.
|
||||
dont-chroot: false
|
||||
|
|
Loading…
Add table
Reference in a new issue