--- # BOS finalization, run after the native initcpio + bootloader modules. It does # only fast, non-boot-critical work (live-medium cleanup, snapper, services, # dotfiles), so the shellprocess timeout can no longer leave the system # unbootable — the boot-critical steps are owned by dedicated Calamares modules. # A generous timeout is kept as a safety margin, and the leading "-" keeps a # non-zero exit non-fatal to the install. timeout: 600 script: - "-/usr/bin/bash /etc/calamares/post-install.sh"