You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<listitem><para>Recheck tasks to ensure a smooth registration process.</para></listitem>
@@ -81,7 +81,7 @@
81
81
name: suse.linux_system_roles.suseconnect
82
82
</screen>
83
83
<itemizedlist>
84
-
<listitem><para><literal>suseconnect_deregister: true</literal>: instructs the system to deactivate its base subscription and remove it from the the SCC or SMT servers.
84
+
<listitem><para><literal>suseconnect_deregister: true</literal>: instructs the system to deactivate its base subscription and remove it from the SCC or SMT servers.
85
85
<literal>suseconnect_deregister</literal> is a <literal>Boolean</literal> datatype and accepts values <literal>false</literal> and <literal>true</literal>. When set to
86
86
<literal>true</literal>, it executes the necessary SUSEConnect command to deregister the system's base product subscription. Default is <literal>false</literal>. </para></listitem>
Copy file name to clipboardExpand all lines: tasks/networkmanager-nmcli-configure.xml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -311,7 +311,7 @@ creation process or beforehand.</para></listitem>
311
311
<step><para>To configure <literal>p2p-dev-wlan0</literal> as a port,
312
312
create a connection profile:</para>
313
313
<screen>&prompt.sudo;nmcli connection add type wifi-p2p slave-type bond con-name bond0-port1 ifname p2p-dev-wlan0 master bond0</screen>
314
-
<para>A new profile is created for <literal>p2p-dev-wlan0</literal> and added to the <literal>bond0</literal> connection. The name of the bond is <literal>bond0</literal>.</para></step>
314
+
<para>This creates a new profile for <literal>p2p-dev-wlan0</literal> and adds it to the <literal>bond0</literal> connection. The name of the bond is <literal>bond0</literal>.</para></step>
315
315
<step><para>To assign <literal>virbr0</literal> to a bond:</para>
0 commit comments