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

version 1.2, 2019/10/03 23:40:32 version 1.3, 2019/10/07 15:34:19
Line 135  mv centos8_PowerTools_yum.conf /etc/yum. Line 135  mv centos8_PowerTools_yum.conf /etc/yum.
 </li>  </li>
 </ol>  </ol>
 <p>  <p>
 Check the required repositories are enabled  Install the loncapa.repo file from the LON-CAPA install site:
   </p>
   <pre>
   wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/centos/8/loncapa.repo
   </pre>
   <p>
   Verify the required repositories are enabled:
 </p>  </p>
 <pre>  <pre>
 dnf repolist enabled  dnf repolist enabled
Line 148  The list of enabled repos should be as f Line 154  The list of enabled repos should be as f
 <tr><td>AppStream</td><td>CentOS-8 - AppStream</td></tr>  <tr><td>AppStream</td><td>CentOS-8 - AppStream</td></tr>
 <tr><td>BaseOS</td><td>CentOS-8 - Base</td></tr>  <tr><td>BaseOS</td><td>CentOS-8 - Base</td></tr>
 <tr><td>PowerTools</td><td>CentOS-8 - PowerTools</td></tr>  <tr><td>PowerTools</td><td>CentOS-8 - PowerTools</td></tr>
 <tr><td>*epel</td><td>Extra Packages for Enterprise Linux 8 - x86_6</td></tr>  <tr><td>*epel</td><td>Extra Packages for Enterprise Linux 8 - x86_64</td></tr>
 <tr><td>extras</td><td>CentOS-8 - Extras</td></tr>  <tr><td>extras</td><td>CentOS-8 - Extras</td></tr>
 <tr><td>loncapa-updates-basearch</td><td>CentOS 8 LON-CAPA x86_64 Updates</td></tr>  <tr><td>loncapa-updates-basearch</td><td>CentOS 8 LON-CAPA x86_64 Updates</td></tr>
 <tr><td>loncapa-updates-noarch</td><td>CentOS 8 LON-CAPA noarch Updates</td></tr>  <tr><td>loncapa-updates-noarch</td><td>CentOS 8 LON-CAPA noarch Updates</td></tr>

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


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