Skip to content

Commit f471ad6

Browse files
committed
General improvements to mirroring and registration procedures
1 parent e09093a commit f471ad6

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

xml/app-access-src-debug.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
and <xref linkend="register-7-with-rmt"/>.
3535
</para>
3636
<para>
37-
However, if your &rhla; or &centos; Linux system is already registered with the &rmt; server and
37+
However, if your &rhla; or &centos; Linux system is already registered to the &rmt; server and
3838
you just need to enable individual repositories, this section highlights the relevant steps.
3939
</para>
4040
<itemizedlist>
@@ -51,7 +51,7 @@
5151
</listitem>
5252
<listitem>
5353
<para>
54-
Your &rhla; or &centos; Linux system is registered with the &rmt; server.
54+
Your &rhla; or &centos; Linux system is registered to the &rmt; server.
5555
</para>
5656
</listitem>
5757
</itemizedlist>

xml/mirror-repositories-with-rmt.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<step>
122122
<para>
123123
If you also need the &ha;, <literal>BASE</literal>, <literal>Source</literal> or
124-
<literal>Debug</literal> repositories, enable them with the following commands:
124+
<literal>Debug</literal> repositories, find and enable them with the following commands:
125125
</para>
126126
<substeps>
127127
<step>

xml/register-with-rmt.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,15 @@
1919
</info>
2020

2121
<para>
22-
Use this procedure to register &rhel; &productnumber; or &centos; Linux &productnumber; as a client
23-
of &rmt;.
22+
Use this procedure to register &rhel; &productnumber; or &centos; Linux &productnumber; as
23+
a client of &rmt;.
2424
</para>
25+
<important role="compact">
26+
<para>
27+
&productname; only supports the latest minor version of &rhla; &productnumber; or
28+
&centos; Linux &productnumber;.
29+
</para>
30+
</important>
2531
<important role="compact">
2632
<para>
2733
&centos; Stream is not supported.
@@ -44,12 +50,6 @@
4450
The system you want to register can access the &rmt; server.
4551
</para>
4652
</listitem>
47-
<listitem>
48-
<para>
49-
The system you want to register is up to date. &productname; only supports the latest minor
50-
release of &rhla;&nbsp;&productnumber; or &centos;&nbsp;Linux&nbsp;&productnumber;.
51-
</para>
52-
</listitem>
5353
<listitem>
5454
<para>
5555
You have a &productname; subscription activated in the <link xlink:href="&sccurl;">&scc;</link>.
@@ -97,11 +97,11 @@
9797
<para>
9898
Download the <filename>rmt-client-setup-res</filename> script:
9999
</para>
100-
<screen>&prompt.root;<command>curl -O http://<replaceable>RMT_SERVER</replaceable>/tools/rmt-client-setup-res</command></screen>
101-
<!-- ##Temporary script until the new one is available from RMT
100+
<screen>&prompt.root;<command>curl --remote-name http://<replaceable>&rmt;_SERVER</replaceable>/tools/rmt-client-setup-res</command></screen>
102101
<para>
103-
Save the script in <xref linkend="app-temp-script"/> as <filename>rmt-client-setup-res</filename>.
104-
</para-->
102+
The option <option>--remote-name</option> (or <option>-O</option>) writes the output to a local
103+
file with the same name as the remote file.
104+
</para>
105105
</step>
106106
<step>
107107
<para>

0 commit comments

Comments
 (0)