Files
taninux/iso/overrides/airootfs/etc/calamares/modules/shellprocess-striplive.conf
T
karim ca94a1828a iso: launch installer via greetd initial_session (proper seat for cage)
seatd alone didn't fix it (getty-autologin gives cage no logind seat; 5x respawn
then systemd start-limit -> black). Switch to greetd's initial_session, which
creates a real logind session WITH A SEAT and auto-runs cage+calamares (no login
prompt). Calamares' striplive restores the tanin-greet greetd config on the target.
Drop the getty-autologin + /root/.zprofile hack.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-20 02:43:09 +02:00

14 lines
542 B
Plaintext

---
dontChroot: false
timeout: 30
# Turn the cloned live image into a normal installed system:
# - drop the live installer launcher
# - restore the greetd config to the tanin-greet greeter (the live used an
# initial_session that auto-ran Calamares)
# - boot to the desktop; seatd is live-only (greetd uses logind on the target)
script:
- "rm -f /usr/local/bin/tanin-installer"
- "install -Dm644 /usr/share/tanin/greetd/config.toml /etc/greetd/config.toml"
- "systemctl set-default graphical.target"
- "systemctl disable seatd.service"