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
2 changes: 2 additions & 0 deletions service/lib/agama/storage/bootloader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ def configure
::Bootloader::OsProber.package_available = false
# reset disk to always read the recent storage configuration
::Yast::BootStorage.reset_disks
# reset bootloader factory cache as we want here to reapply config from scratch
::Bootloader::BootloaderFactory.clear_cache
# propose values first. Propose bootloader from factory and do not use
# current as agama has /etc/sysconfig/bootloader with efi, so it
# will lead to wrong one.
Expand Down
6 changes: 6 additions & 0 deletions service/package/rubygem-agama-yast.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 13 08:12:01 UTC 2026 - Josef Reidinger <jreidinger@suse.com>

- Fix clearing bootloader cache to ensure that proper storage
configuration is used (bsc#1258134)

-------------------------------------------------------------------
Thu Feb 12 15:22:50 UTC 2026 - Ancor Gonzalez Sosa <ancor@suse.com>

Expand Down