mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-07-28 00:41:29 +00:00
Update settings.conf
This commit is contained in:
parent
05fa252838
commit
5fad30b632
31
debian/settings.conf
vendored
31
debian/settings.conf
vendored
@ -3,23 +3,25 @@
|
|||||||
---
|
---
|
||||||
# Modules can be job modules (with different interfaces) and QtWidgets view modules.
|
# Modules can be job modules (with different interfaces) and QtWidgets view modules.
|
||||||
# They could all be placed in a number of different paths.
|
# They could all be placed in a number of different paths.
|
||||||
# "local" is LIBDIR/calamares/modules with settings in SHARE/calamares/modules
|
# "modules-search" is a list of strings, each of these can either be a full path to a
|
||||||
modules-search: [ local, /path/to/dir/with/more/modules ]
|
# directory or the keyword "local".
|
||||||
|
# "local" means LIBDIR/calamares/modules with settings in SHARE/calamares/modules or
|
||||||
|
# /etc/calamares/modules.
|
||||||
|
modules-search: [ local ]
|
||||||
|
|
||||||
# We define the module names in the order they should show up (QtWidget view modules,
|
# We define the module names in the order they should show up (QtWidget view modules,
|
||||||
# with one or more pages) OR be executed if enqueued (all other modules).
|
# 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
|
# Pages can also enqueue jobs for delayed execution in the order specified for the
|
||||||
# install phase.
|
# install phase, so a viewmodule name can appear in more than one phase.
|
||||||
|
|
||||||
# Phase 1 - prepare.
|
# Phase 1 - prepare.
|
||||||
# View modules are shown as UI pages, jobs from job modules are executed immediately in
|
# View modules are shown as UI pages, jobs from job modules are executed immediately in
|
||||||
# the background.
|
# the background.
|
||||||
# Jobs should be executed sparingly (if at all) in this phase.
|
# Jobs should be executed sparingly (if at all) in this phase.
|
||||||
prepare:
|
prepare:
|
||||||
- greeting
|
- welcome
|
||||||
- locale
|
- locale
|
||||||
- keyboard
|
- keyboard
|
||||||
- prepare
|
|
||||||
- partition
|
- partition
|
||||||
- users
|
- users
|
||||||
- summary
|
- summary
|
||||||
@ -34,34 +36,43 @@ install:
|
|||||||
- partition
|
- partition
|
||||||
- mount
|
- mount
|
||||||
- unpackfs
|
- unpackfs
|
||||||
|
- machineid
|
||||||
- fstab
|
- fstab
|
||||||
- locale
|
- locale
|
||||||
- keyboard
|
- keyboard
|
||||||
|
- localecfg
|
||||||
# Not required for Debian
|
# Not required for Debian
|
||||||
#- initcpiocfg
|
#- initcpiocfg
|
||||||
#- initcpio
|
#- initcpio
|
||||||
- packages
|
|
||||||
- users
|
- users
|
||||||
|
- displaymanager
|
||||||
- networkcfg
|
- networkcfg
|
||||||
- hwclock
|
- hwclock
|
||||||
- services
|
- services
|
||||||
|
#- dracut
|
||||||
|
# Add initramfs module for Debian
|
||||||
|
- initramfs
|
||||||
- grubcfg
|
- grubcfg
|
||||||
- bootloader
|
- bootloader
|
||||||
- initramfs
|
|
||||||
- umount
|
- umount
|
||||||
|
|
||||||
# Phase 3 - postinstall.
|
# Phase 3 - postinstall.
|
||||||
# View modules are shown as UI pages, jobs from job modules are executed immediately in
|
# View modules are shown as UI pages, jobs from job modules are executed immediately in
|
||||||
# the background.
|
# the background.
|
||||||
# Jobs should be executed sparingly (if at all) in this phase.
|
# Jobs should be executed sparingly (if at all) in this phase.
|
||||||
postinstall: #TODO: actually use this
|
postinstall:
|
||||||
- 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
|
||||||
# /etc/calamares/branding (the latter takes precedence). The directory must contain a
|
# /etc/calamares/branding (the latter takes precedence). The directory must contain a
|
||||||
# YAML file branding.desc which may reference additional resources (such as images) as
|
# YAML file branding.desc which may reference additional resources (such as images or QML)
|
||||||
# paths relative to the current directory.
|
# as paths relative to the current directory.
|
||||||
# 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…
x
Reference in New Issue
Block a user