Skip to content

Commit

Permalink
Standardise rmt-cli commands
Browse files Browse the repository at this point in the history
They all still worked as written though so idk
  • Loading branch information
tahliar committed Oct 18, 2024
1 parent 4858883 commit b27bb41
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions xml/mirror-repositories-with-rmt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@
<para>
Disable the original product. This also disables all repositories associated with the product:
</para>
<screen>&prompt.root;<command>rmt-cli product disable 1251</command></screen>
<screen>&prompt.root;<command>rmt-cli products disable 1251</command></screen>
</listitem>
<listitem>
<para>
If your previous subscription included the &ha; extension, disable this product too:
</para>
<screen>&prompt.root;<command>rmt-cli product disable 1252</command></screen>
<screen>&prompt.root;<command>rmt-cli products disable 1252</command></screen>
<para>
&ha; is not supported with &reponame; &productnumber;.
</para>
Expand Down Expand Up @@ -112,7 +112,7 @@
<para>
Enable &reponame; &productnumber; using the product ID <literal>2702</literal>:
</para>
<screen>&prompt.root;<command>rmt-cli product enable 2702</command></screen>
<screen>&prompt.root;<command>rmt-cli products enable 2702</command></screen>
<para>
This enables the default <literal>RES-7-LTSS-Updates</literal> repository.
</para>
Expand All @@ -127,19 +127,19 @@
<para>
<literal>RES-7-BASE-Updates</literal>:
</para>
<screen>&prompt.root;<command>rmt-cli repo enable 6986</command></screen>
<screen>&prompt.root;<command>rmt-cli repos enable 6986</command></screen>
</listitem>
<listitem>
<para>
<literal>RES-7-LTSS-Source-Updates</literal> and <literal>RES-7-BASE-Source-Updates</literal>:
</para>
<screen>&prompt.root;<command>rmt-cli repo enable 6748 6987</command></screen>
<screen>&prompt.root;<command>rmt-cli repos enable 6748 6987</command></screen>
</listitem>
<listitem>
<para>
<literal>RES-7-LTSS-Debug-Updates</literal> and <literal>RES-7-BASE-Debug-Updates</literal>:
</para>
<screen>&prompt.root;<command>rmt-cli repo enable 6985 6988</command></screen>
<screen>&prompt.root;<command>rmt-cli repos enable 6985 6988</command></screen>
</listitem>
</itemizedlist>
<tip role="compact">
Expand Down

0 comments on commit b27bb41

Please sign in to comment.