From 2c9524aebd4bbc532cc253130f705a0913214376 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Thu, 6 Aug 2015 12:43:34 +0200 Subject: [PATCH] Add dont-chroot setting to settings.conf. --- settings.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/settings.conf b/settings.conf index 2e0830c83..ea51b0697 100644 --- a/settings.conf +++ b/settings.conf @@ -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