Skip to content

Commit

Permalink
Merge pull request #442 from yast/master_bnc_1046738
Browse files Browse the repository at this point in the history
Master bnc 1046738
  • Loading branch information
schubi2 committed Jul 5, 2017
2 parents acc48ca + 64a8b8d commit c7b7fc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package/yast2-bootloader.changes
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-------------------------------------------------------------------
Fri Jun 23 09:14:05 CEST 2017 - schubi@suse.de

- AuotYaST configuration: Set StorageDevices flag disks_valid
- AutoYaST configuration: Set StorageDevices flag disks_valid
to true. So libstorage can scan valid disks and "/" partition
can be found. (bnc#1043132)
can be found. (bnc#1046738, bnc#1043132)
- 3.3.0

-------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/modules/BootStorage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def detect_disks
Mode.SetMode("normal")
log.info "Initialize libstorage in readonly mode" # bnc#942360
# Set StorageDevices flag disks_valid to true. So InitLibstorage
# can scan valid disks. (bnc#1043132)
# can scan valid disks. (bnc#1046738, bnc#1043132)
StorageDevices.InitDone
Storage.InitLibstorage(true)
end
Expand Down

0 comments on commit c7b7fc5

Please sign in to comment.