Skip to content

Commit

Permalink
Clarify error message condition
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed May 2, 2018
1 parent da9f614 commit 12abf4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/installation/clients/inst_system_analysis.rb
Expand Up @@ -189,6 +189,9 @@ def ActionHDDProbe
drivers_info = ""
end

# This error message is only shown when no disks where found during a normal
# installation. The autoinstallation case will be handled later by AutoYaST at
# https://github.com/yast/yast-autoinstallation/blob/8e414637d8157462bee5e1ee29c5d2e747754670/src/modules/AutoinstStorage.rb#L334
if devicegraph.empty? && !Mode.auto?
Report.Error(
Builtins.sformat(
Expand Down

0 comments on commit 12abf4c

Please sign in to comment.