Skip to content

Commit

Permalink
Add info about NM/Wicked to Overview help
Browse files Browse the repository at this point in the history
  • Loading branch information
clanig committed Jan 12, 2023
1 parent c910a7f commit eddf3a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib/y2network/widgets/interfaces_table.rb
Expand Up @@ -75,7 +75,10 @@ def init
def help
_(
"<p><b><big>Overview</big></b><br>\n" \
"Obtain an overview of the network interfaces configuration.</p>\n"
"Obtain an overview of the network interfaces configuration.<br><br>\n" \
"YaST cannot be used to configure network interfaces if <b>Network Manager</b><br>\n" \
"is selected as network setup method. Choose <b>Wicked</b> if you prefer to<br>\n" \
"configure them with YaST.</p>\n"
)
end

Expand Down

0 comments on commit eddf3a4

Please sign in to comment.