Diff for /doc/build/FC30_install.frag between versions 1.1 and 1.2

version 1.1, 2019/10/28 19:21:42 version 1.2, 2019/10/29 14:54:21
Line 36  The installation process takes the follo Line 36  The installation process takes the follo
 <hr />  <hr />
 <h2>1. <a id="obt">Obtain Fedora 30</a></h2>  <h2>1. <a id="obt">Obtain Fedora 30</a></h2>
 <p>  <p>
 Fedora 30 Server isos can be obtained from links included on the   Fedora 30 Server isos can be obtained from the 
 <a href="https://getfedora.org/">Fedora download page</a>.  <a href="https://getfedora.org/">Fedora download page</a> (64 bit), or the 
 Either download the Standard ISO image for x86_64 or the Netinstall ISO image for x86_64.   <a href="https://dl.fedoraproject.org/pub/fedora-secondary/releases/30/Server/i386/">
   Fedora secondary download page</a> (32 bit). 
   Either download the Standard ISO image or the Netinstall ISO image.<br />
 </p>  </p>
   
 <h2>2. <a id="net">Determine Network Settings</a></h2>  <h2>2. <a id="net">Determine Network Settings</a></h2>
Line 125  Verify the required repositories are ena Line 127  Verify the required repositories are ena
 dnf repolist enabled  dnf repolist enabled
 </pre>  </pre>
 <p>  <p>
 The list of enabled repos should be as follows:  The list of enabled repos should be as follows ($basearch = x86_64 or i386):
 </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>fedora</td><td>Fedora 30 - x86_64</td></tr>  <tr><td>fedora</td><td>Fedora 30 - $basearch</td></tr>
 <tr><td>fedora-modular</td><td>Fedora Modular 30 - x86_64</td></tr>  <tr><td>fedora-modular</td><td>Fedora Modular 30 - $basearch</td></tr>
 <tr><td>loncapa-updates-basearch</td><td>Fedora 30 LON-CAPA x86_64 Updates</td></tr>  <tr><td>loncapa-updates-basearch</td><td>Fedora 30 LON-CAPA $basearch Updates</td></tr>
 <tr><td>loncapa-updates-noarch</td><td>Fedora 30 LON-CAPA noarch Updates</td></tr>  <tr><td>loncapa-updates-noarch</td><td>Fedora 30 LON-CAPA noarch Updates</td></tr>
 <tr><td>updates</td><td>Fedora 30 - x86_64 - Updates</td></tr>  <tr><td>updates</td><td>Fedora 30 - $basearch - Updates</td></tr>
 <tr><td>updates-modular</td><td>Fedora Modular 30 - x86_64 - Updates</td></tr>  <tr><td>updates-modular</td><td>Fedora Modular 30 - $basearch - Updates</td></tr>
 </table>  </table>
   
 <h3>Install and enable a Mail Transfer Agent (MTA), e.g., postfix</h3>  <h3>Install and enable a Mail Transfer Agent (MTA), e.g., postfix</h3>

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


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