Update settings to new format

ubuntu/focal
Rohan Garg 9 years ago
parent 85dbf098c1
commit 10a0a8621f

@ -1,37 +1,25 @@
# Configuration file for Calamares
# Syntax is YAML 1.2
--- ---
# Modules can be job modules (with different interfaces) and QtWidgets view modules.
# They could all be placed in a number of different paths.
# "modules-search" is a list of strings, each of these can either be a full path to a
# directory or the keyword "local".
# "local" means LIBDIR/calamares/modules with settings in SHARE/calamares/modules or
# /etc/calamares/modules.
modules-search: [ local ] modules-search: [ local ]
# We define the module names in the order they should show up (QtWidget view modules, instances:
# with one or more pages) OR be executed if enqueued (all other modules). -
# Pages can also enqueue jobs for delayed execution in the order specified for the config: owncloud.conf
# install phase, so a viewmodule name can appear in more than one phase. id: owncloud
module: webview
# Phase 1 - prepare. -
# View modules are shown as UI pages, jobs from job modules are executed immediately in config: resize.conf
# the background. id: interactiveterminal
# Jobs should be executed sparingly (if at all) in this phase. module: resize
prepare:
sequence:
-show:
- welcome - welcome
- locale - locale
- keyboard - keyboard
- users - users
- webview - webview@owncloud
# Very very specific to the ODROID and created by the ODROID image scripts - interactiveterminal@resize
- interactiveterminal -exec:
# Phase 2 - install.
# View modules are not shown. Only the view modules shown in the previous phase are
# allowed, their names should be added here as placeholders to specify the order in
# which view module jobs should be enqueued. Job modules are also allowed.
install:
- machineid - machineid
- locale - locale
- localecfg - localecfg
@ -40,30 +28,9 @@ install:
- networkcfg - networkcfg
- services - services
- displaymanager - displaymanager
#- packages -show:
#- removeuser
# Phase 3 - postinstall.
# View modules are shown as UI pages, jobs from job modules are executed immediately in
# the background.
# Jobs should be executed sparingly (if at all) in this phase.
postinstall:
- finished - finished
# A branding component is a directory, either in SHARE/calamares/branding or in
# /etc/calamares/branding (the latter takes precedence). The directory must contain a
# YAML file branding.desc which may reference additional resources (such as images or QML)
# as paths relative to the current directory.
# Only the name of the branding component (directory) should be specified here, Calamares
# then takes care of finding it and loading the contents.
branding: netrunner-debian branding: netrunner-debian
# 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
dont-chroot: true dont-chroot: true
prompt-install: false

Loading…
Cancel
Save