2026-03-12 20:36:12 +01:00
|
|
|
[Unit]
|
2026-03-14 15:08:19 +01:00
|
|
|
Description=First Boot Wizard
|
2026-03-14 08:14:54 +01:00
|
|
|
ConditionPathExists=%h/.config/firstboot/run
|
2026-03-15 20:22:00 +01:00
|
|
|
After=graphical-session.target
|
|
|
|
|
Wants=graphical-session.target
|
2026-03-12 20:36:12 +01:00
|
|
|
|
|
|
|
|
[Service]
|
2026-03-14 13:31:50 +01:00
|
|
|
Type=simple
|
2026-03-15 20:22:00 +01:00
|
|
|
|
|
|
|
|
# Kleiner Puffer für VMs, auf echter Hardware praktisch irrelevant
|
|
|
|
|
ExecStartPre=/usr/bin/sleep 2
|
|
|
|
|
|
|
|
|
|
# Verhindert MESA/ZINK-Fehler in VMs, auf echter Hardware unkritisch
|
|
|
|
|
Environment=LIBGL_ALWAYS_SOFTWARE=1
|
|
|
|
|
|
2026-03-14 15:08:19 +01:00
|
|
|
ExecStart=%h/.config/firstboot/firstboot-setup.sh
|
2026-03-12 20:36:12 +01:00
|
|
|
|
|
|
|
|
[Install]
|
2026-03-15 18:18:14 +01:00
|
|
|
WantedBy=default.target
|