Skip to content

Commit

Permalink
The AutoYaST config mode does access to the system
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Sep 10, 2015
1 parent 7531db2 commit 1891022
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/modules/BootStorage.rb
Expand Up @@ -415,6 +415,10 @@ def real_disks_for_partition(partition)
# Sets properly boot, root and mbr disk.
# @return true if proposal need to be reconfigured
def detect_disks
# The AutoYaST config mode does access to the system.
# bnc#942360
return if Mode.config

mp = Storage.GetMountPoints

mountdata_boot = mp["/boot"] || mp["/"]
Expand Down

0 comments on commit 1891022

Please sign in to comment.