Add dont-chroot setting to settings.conf.

This commit is contained in:
Teo Mrnjavac 2015-08-06 12:43:34 +02:00
parent 10ce42f35c
commit 2c9524aebd

View File

@ -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