Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion live/root/etc/systemd/system/checkmedia.service
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions live/root/etc/systemd/system/live-password.service
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions live/src/agama-installer.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 17 12:12:02 UTC 2025 - Ladislav Slezák <lslezak@suse.com>

- Fixed broken media check service (bsc#1239155)

-------------------------------------------------------------------
Wed Mar 12 17:17:08 UTC 2025 - Knut Anderssen <kanderssen@suse.com>

Expand Down