diff --git a/live/root/etc/systemd/system/checkmedia.service b/live/root/etc/systemd/system/checkmedia.service index eb9dcf3d92..9db7cd1a91 100644 --- a/live/root/etc/systemd/system/checkmedia.service +++ b/live/root/etc/systemd/system/checkmedia.service @@ -3,6 +3,7 @@ Description=Installation medium integrity check # before X11 because it switches the terminal to VT7 Before=x11-autologin.service +Before=agama.service # copied from YaST2-Second-Stage.service Before=getty@tty1.service @@ -38,7 +39,7 @@ ExecStartPost=dmesg --console-on # enable back the systemd status messages on the console ExecStartPost=kill -SIGRTMIN+20 1 -StandardInput=tty +StandardOutput=tty RemainAfterExit=true TimeoutStartSec=infinity diff --git a/live/root/etc/systemd/system/live-password.service b/live/root/etc/systemd/system/live-password.service index 0f91391f68..9d31721646 100644 --- a/live/root/etc/systemd/system/live-password.service +++ b/live/root/etc/systemd/system/live-password.service @@ -6,6 +6,7 @@ Before=sshd.service Before=agama-web-server.service # before X11 because it switches the terminal to VT7 Before=x11-autologin.service +After=checkmedia.service # copied from YaST2-Second-Stage.service Before=getty@tty1.service diff --git a/live/src/agama-installer.changes b/live/src/agama-installer.changes index dbda1eb122..3eb1e5fc58 100644 --- a/live/src/agama-installer.changes +++ b/live/src/agama-installer.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 17 12:12:02 UTC 2025 - Ladislav Slezák + +- Fixed broken media check service (bsc#1239155) + ------------------------------------------------------------------- Wed Mar 12 17:17:08 UTC 2025 - Knut Anderssen