Files
ps5-linux-image/distros/cachyos/files/first-boot.service
Chihab Djaidja 292c9c02fd feat: add CachyOS image (Gamescope + Steam)
- Add distros/cachyos image.yaml and helper files under files/
- Wire kernel packaging and --distro cachyos in build_image.sh
- Stage CachyOS artifacts in image-builder entrypoints; include cachyos in multi image
- Add boot/kexec-cachyos.sh and document in README

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-08 20:40:44 +02:00

24 lines
560 B
Desktop File

[Unit]
Description=First Boot Interactive Setup
# Run before tty1 autologin so the steam user never races the installer on tty1.
Before=getty@tty1.service
After=systemd-user-sessions.service
# Skip entirely on every boot after the first.
ConditionPathExists=!/etc/ps5-first-boot-done
DefaultDependencies=no
[Service]
Type=oneshot
ExecStart=/usr/local/sbin/first-boot-setup
StandardInput=tty-force
StandardOutput=tty
StandardError=tty
TTYPath=/dev/tty1
TTYReset=yes
TTYVHangup=yes
TTYVTDisallocate=yes
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target