--- # Calamares defaults shellprocess to a 10-second timeout. post-install.sh runs # mkinitcpio, grub-install, grub-mkconfig, snapper setup and a networked bakery # install — minutes of work — so without a generous timeout it gets killed # partway (leaving /boot and the ESP half-populated → unbootable system). The # leading "-" keeps a non-zero exit non-fatal to the install. timeout: 1800 script: - "-/usr/bin/bash /etc/calamares/post-install.sh"