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
6 changes: 6 additions & 0 deletions live/src/agama-installer.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 17 21:51:19 UTC 2025 - Ancor Gonzalez Sosa <[email protected]>

- Masked some systemd services that interfere with the activation
process of libstorage-ng (bsc#1246133).

-------------------------------------------------------------------
Thu Jul 17 08:08:40 UTC 2025 - Ladislav Slezák <[email protected]>

Expand Down
4 changes: 4 additions & 0 deletions live/src/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ systemctl disable snapper-timeline.timer
systemctl disable YaST2-Firstboot.service
systemctl disable YaST2-Second-Stage.service

# mask storage services (bsc#1246133)
systemctl mask lvm2-monitor.service
systemctl mask lvm-activate-system.service

# the "eurlatgr" is the default font for the English locale
echo -e "\nFONT=eurlatgr.psfu" >> /etc/vconsole.conf

Expand Down