mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 10:25:45 -05:00
Update settings defaults.
This commit is contained in:
parent
cb317f8d9e
commit
eb26b4ee89
1 changed files with 6 additions and 5 deletions
|
@ -30,10 +30,11 @@ modules-search: [ local ]
|
||||||
# For more information on running module instances, run Calamares in debug mode
|
# For more information on running module instances, run Calamares in debug mode
|
||||||
# and check the Modules page in the Debug information interface.
|
# and check the Modules page in the Debug information interface.
|
||||||
# YAML: list of maps of string:string key-value pairs.
|
# YAML: list of maps of string:string key-value pairs.
|
||||||
instances:
|
|
||||||
- id: owncloud
|
#instances:
|
||||||
module: webview
|
#- id: owncloud
|
||||||
config: owncloud.conf
|
# module: webview
|
||||||
|
# config: owncloud.conf
|
||||||
|
|
||||||
# Sequence section. This section describes the sequence of modules, both
|
# Sequence section. This section describes the sequence of modules, both
|
||||||
# viewmodules and jobmodules, as they should appear and/or run.
|
# viewmodules and jobmodules, as they should appear and/or run.
|
||||||
|
@ -89,7 +90,7 @@ sequence:
|
||||||
- bootloader
|
- bootloader
|
||||||
- umount
|
- umount
|
||||||
- show:
|
- show:
|
||||||
- webview@owncloud
|
# - webview@owncloud
|
||||||
- finished
|
- finished
|
||||||
|
|
||||||
# A branding component is a directory, either in SHARE/calamares/branding or in
|
# A branding component is a directory, either in SHARE/calamares/branding or in
|
||||||
|
|
Loading…
Add table
Reference in a new issue