Skip to content

Commit

Permalink
Replaced 'connect-nbft' by 'connect-all --nbft'
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Apr 3, 2024
1 parent 07fbb8e commit 2c88ffa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/include/installation/inst_inc_all.rb
Expand Up @@ -255,7 +255,8 @@ def SetDiskActivationModule
def connect_nbft
require "yast2/execute"

Yast::Execute.locally!("nvme", "connect-nbft")
# Replaced 'connect-nbft' by 'connect-all --nbft' (bsc#1222246).
Yast::Execute.locally!("nvme", "connect-all", "--nbft")
rescue Cheetah::ExecutionFailed
Builtins.y2error("Error connecting NBFT")
end
Expand Down

0 comments on commit 2c88ffa

Please sign in to comment.