ca94a1828a
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>
13 lines
488 B
Plaintext
13 lines
488 B
Plaintext
---
|
|
dontChroot: false
|
|
timeout: 30
|
|
# Remove the live-only installer bits from the installed target so it boots the
|
|
# desktop (greetd) instead of auto-launching Calamares.
|
|
script:
|
|
- "rm -f /etc/systemd/system/getty@tty1.service.d/autologin.conf"
|
|
- "rmdir --ignore-fail-on-non-empty /etc/systemd/system/getty@tty1.service.d 2>/dev/null || true"
|
|
- "rm -f /root/.zprofile"
|
|
- "rm -f /usr/local/bin/tanin-installer"
|
|
- "systemctl set-default graphical.target"
|
|
- "systemctl disable seatd.service"
|