[LON-CAPA-cvs] cvs: doc /build FC30_install.frag
raeburn
raeburn at source.lon-capa.org
Tue Oct 29 10:54:21 EDT 2019
raeburn Tue Oct 29 14:54:21 2019 EDT
Modified files:
/doc/build FC30_install.frag
Log:
- Add location for 32 bit isos to installation instructions for Fedora 30.
Index: doc/build/FC30_install.frag
diff -u doc/build/FC30_install.frag:1.1 doc/build/FC30_install.frag:1.2
--- doc/build/FC30_install.frag:1.1 Mon Oct 28 19:21:42 2019
+++ doc/build/FC30_install.frag Tue Oct 29 14:54:21 2019
@@ -36,9 +36,11 @@
<hr />
<h2>1. <a id="obt">Obtain Fedora 30</a></h2>
<p>
-Fedora 30 Server isos can be obtained from links included on the
-<a href="https://getfedora.org/">Fedora download page</a>.
-Either download the Standard ISO image for x86_64 or the Netinstall ISO image for x86_64.
+Fedora 30 Server isos can be obtained from the
+<a href="https://getfedora.org/">Fedora download page</a> (64 bit), or the
+<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>
<h2>2. <a id="net">Determine Network Settings</a></h2>
@@ -125,16 +127,16 @@
dnf repolist enabled
</pre>
<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>
<table style="border: 0px; border-collapse: collapse;">
<tr><th>repo id</th><th>repo name</th></tr>
-<tr><td>fedora</td><td>Fedora 30 - x86_64</td></tr>
-<tr><td>fedora-modular</td><td>Fedora Modular 30 - x86_64</td></tr>
-<tr><td>loncapa-updates-basearch</td><td>Fedora 30 LON-CAPA x86_64 Updates</td></tr>
+<tr><td>fedora</td><td>Fedora 30 - $basearch</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 $basearch 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-modular</td><td>Fedora Modular 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 - $basearch - Updates</td></tr>
</table>
<h3>Install and enable a Mail Transfer Agent (MTA), e.g., postfix</h3>
More information about the LON-CAPA-cvs
mailing list