Diff for /doc/build/centos7_install.frag between versions 1.2 and 1.3

version 1.2, 2019/12/02 21:58:24 version 1.3, 2019/12/20 15:09:58
Line 122  system-config-firewall-tui Line 122  system-config-firewall-tui
   
 <h2>4. <a name="upd">Update your system</a></h2>  <h2>4. <a name="upd">Update your system</a></h2>
 <p>  <p>
 Enable access to the EPEL repository  If you are using 64-bit archirecture Enable access to the EPEL repository
 </p>  </p>
 <pre>  <pre>
 yum install epel-release  yum install epel-release
Line 157  Verify the required repositories are ena Line 157  Verify the required repositories are ena
 yum repolist enabled  yum repolist enabled
 </pre>  </pre>
 <p>  <p>
 The list of enabled repos should be as follows (where $basearch = x86_64 or i386):  The list of enabled repos should be as follows (where $basearch = x86_64 or i386). The epel repo will be absent if you are using 32-bit architecture.
 </p>  </p>
 <table style="border: 0px; border-collapse: collapse;">  <table style="border: 0px; border-collapse: collapse;">
 <tr><th>repo id</th><th>repo name</th></tr>  <tr><th>repo id</th><th>repo name</th></tr>
 <tr><td>base/7/$basearch</td><td>CentOS-7 - Base<td></tr>  <tr><td>base/7/$basearch</td><td>CentOS-7 - Base<td></tr>
 <tr><td>epel/$basearch</td><td>Extra Packages for Enterprise Linux 7 - $basearch</td></tr>  <tr><td>epel/x86_64</td><td>Extra Packages for Enterprise Linux 7 - x86_64</td></tr>
 <tr><td>extras/7/$basearch</td><td>CentOS-7 - Extras</td></tr>  <tr><td>extras/7/$basearch</td><td>CentOS-7 - Extras</td></tr>
 <tr><td>loncapa-updates-basearch/7/$basearch</td><td>CentOS 7 LON-CAPA $basearch Updates</td></tr>  <tr><td>loncapa-updates-basearch/7/$basearch</td><td>CentOS 7 LON-CAPA $basearch Updates</td></tr>
 <tr><td>loncapa-updates-noarch/7</td><td>CentOS 7 LON-CAPA noarch Updates</td></tr>  <tr><td>loncapa-updates-noarch/7</td><td>CentOS 7 LON-CAPA noarch Updates</td></tr>

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>