File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,6 +107,14 @@ systemctl disable rpm-ostreed-automatic.timer || true
107107# flatpak-preinstall is now a user service, no need to disable
108108systemctl disable hypercube-first-boot.service || true
109109
110+ # Remove first-boot wizard from greetd config for live environment
111+ # The initial_session runs the Quickshell wizard which is for installed systems only
112+ # On live ISO, we want livesys to handle the session (boots into Hyprland with installer)
113+ if [[ -f /etc/greetd/config.toml ]]; then
114+ sed -i ' /^\[initial_session\]/,/^$/d' /etc/greetd/config.toml
115+ echo " Removed greetd initial_session for live environment"
116+ fi
117+
110118# Disable services that fail in live environment
111119systemctl disable mcelog.service || true
112120systemctl disable ublue-nvctk-cdi.service || true
You can’t perform that action at this time.
0 commit comments