settings.conf 1.74 KB
Newer Older
Jonathan Carter's avatar
Jonathan Carter committed
1 2 3 4 5 6 7 8 9 10
# Configuration file for Calamares
# Syntax is YAML 1.2
---

# "local" is LIBDIR/calamares/modules with settings in SHARE/calamares/modules
modules-search: [ local ]

sequence:

# Phase 1 - prepare.
Jonathan Carter's avatar
Jonathan Carter committed
11
# View modules are shown as UI pages, jobs from job modules
Jonathan Carter's avatar
Jonathan Carter committed
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
# 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
32 33
  - mount-media-chroot
  - sources-installtime
Jonathan Carter's avatar
Jonathan Carter committed
34 35 36 37
  - machineid
  - fstab
  - locale
  - keyboard
38
  - bootloader-eficonfig
Jonathan Carter's avatar
Jonathan Carter committed
39 40 41 42 43 44 45
  - localecfg
  - users
  - networkcfg
  - hwclock
  - services
  - grubcfg
  - bootloader
46 47
  - unmount-media-chroot
  - sources-final
Jonathan Carter's avatar
Jonathan Carter committed
48 49 50 51 52 53 54 55 56 57 58
  - packages
  - initramfs
  - 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

Jonathan Carter's avatar
Jonathan Carter committed
59
# A branding component is a directory, either in
Jonathan Carter's avatar
Jonathan Carter committed
60 61 62 63 64 65 66
# 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.
67
branding: hamara
rajudev's avatar
rajudev committed
68 69 70

#test message to check rssbot integration.