Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Jan 27, 2021
1 parent f25771d commit ea33e9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/bootloader/proposal_client.rb
Expand Up @@ -133,6 +133,9 @@ def description
def make_proposal_raising(attrs)
force_reset = attrs["force_reset"]
storage_read = Yast::BootStorage.storage_read?
# This must be checked at the beginning because the call to BootStorage.boot_filesystem
# below can trigger a re-read and change the result of BootStorage.storage_changed?
# See bsc#1180218 and bsc#1180976.
storage_changed = Yast::BootStorage.storage_changed?

if Yast::BootStorage.boot_filesystem.is?(:nfs)
Expand Down

0 comments on commit ea33e9e

Please sign in to comment.