# UBUNTU bionic
# Configuration file for Calamares
# Syntax is YAML 1.2
---
# "local" is LIBDIR/calamares/modules with settings in SHARE/calamares/modules
modules-search: [local, /usr/lib/calamares/modules, /usr/lib/x86_64-linux-gnu/calamares/modules]

sequence:
  - show:
      - welcome
      - locale
      - keyboard
      - partition
      {{createUsers}}users
      - summary
  - exec:
      - partition
      - mount
      - unpackfs
      - sources-yolk
      {{hasSystemd}}machineid
      - fstab
      - locale
      - keyboard
      - localecfg
      - luksbootkeyfile
      {{createUsers}}users
      {{hasDisplaymanager}}displaymanager
      - networkcfg
      - hwclock
      #- before-bootloader-mkdirs
      - bug
      - initramfscfg
      - initramfs
      - grubcfg
      #- before-bootloader
      - bootloader
      - after-bootloader
      - add386arch
      - packages
      - removeuser
      - sources-yolk-undo
      - cleanup
      - umount
  - show:
      - finished
branding: {{branding}}
prompt-install: true
dont-chroot: false
oem-setup: false
disable-cancel: false
disable-cancel-during-exec: false
