settings.conf 1.77 KB
Newer Older
1 2 3 4 5
# Configuration file for Calamares
# Syntax is YAML 1.2
---

# "local" is LIBDIR/calamares/modules with settings in SHARE/calamares/modules
6
modules-search: [ local, /usr/lib/calamares/modules ]
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32

sequence:

# Phase 1 - prepare.
# 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.
- show:
  - welcome
  - locale
  - keyboard
  - partition
  - users
  - summary

# 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.
- exec:
  - partition
  - mount
  - unpackfs
  - sources-installtime
33
  - mount-media-chroot
34 35 36 37 38 39 40 41 42 43 44 45 46 47
  - machineid
  - fstab
  - locale
  - keyboard
  - bootloader-eficonfig
  - localecfg
  - users
  - networkcfg
  - hwclock
  - services
  - grubcfg
  - bootloader
  - packages
  - initramfs
48 49
  - sources-final
  - unmount-media-chroot
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
  - umount

# 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.
- show:
  - 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) 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: hamara

#test message to check rssbot integration.