# Calamares Modules Configuration # This file declares which modules are available for the installer. # The module names here must match the names used in settings.conf. # --- UI Modules (shown in the sidebar) --- # These modules provide the user interface for the installation steps. - name: welcome - name: partition - name: users - name: summary - name: finished # --- Execution Modules (run in the background) --- # These modules perform the actual work of installing the system. - name: partition - name: rsync - name: machineid - name: fstab - name: locale - name: keyboard - name: users - name: displaymanager - name: packages - name: grubcfg - name: bootloader - name: shellprocess