mirror of
https://github.com/ps5-linux/ps5-linux-image.git
synced 2026-07-15 21:42:27 +00:00
- 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>
24 lines
560 B
Desktop File
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
|