Add prompt-install to settings.conf.
This commit is contained in:
parent
b86193824d
commit
fb677dbaf6
@ -67,3 +67,8 @@ postinstall:
|
|||||||
# Only the name of the branding component (directory) should be specified here, Calamares
|
# Only the name of the branding component (directory) should be specified here, Calamares
|
||||||
# then takes care of finding it and loading the contents.
|
# then takes care of finding it and loading the contents.
|
||||||
branding: default
|
branding: default
|
||||||
|
|
||||||
|
# If this is set to true, Calamares will show an "are you sure?" prompt right before the
|
||||||
|
# install phase, i.e. at the point of no return. If it's false, no prompt is shown.
|
||||||
|
# Default is false.
|
||||||
|
prompt-install: false
|
||||||
|
Loading…
Reference in New Issue
Block a user