- Split the table of FreeBSD ISOs up into one for 4.X and 5.X each.
After the 5.4 layout changes it makes no sense to keep this in a combined table. - Bring ISO names into the correct format. - mini ISO -> miniinst ISO - Note that the miniinst ISO is only available for versions prior to 5.4. (1) - Limit a paragraph to 4.X only (not applicable to 5.X after the layout changes). PR: 81328 (1) Submitted by: Josh Paetzel <josh@tcbug.org>
This commit is contained in:
parent
43f3d2df08
commit
968154b79a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24611
1 changed files with 63 additions and 18 deletions
|
@ -5213,7 +5213,7 @@ Please press any key to reboot.</screen>
|
|||
<para>That directory will normally contain the following images:</para>
|
||||
|
||||
<table frame="none">
|
||||
<title>FreeBSD ISO Image Names and Meanings</title>
|
||||
<title>FreeBSD 4.<replaceable>X</replaceable> ISO Image Names and Meanings</title>
|
||||
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
|
@ -5226,22 +5226,13 @@ Please press any key to reboot.</screen>
|
|||
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><filename><replaceable>version</replaceable>-bootonly.iso</filename></entry>
|
||||
|
||||
<entry>Everything you need to boot into a FreeBSD
|
||||
kernel and start the installation interface.
|
||||
The installable files have to be pulled over FTP
|
||||
or some other supported source.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><filename><replaceable>version</replaceable>-mini.iso</filename></entry>
|
||||
<entry><filename><replaceable>version</replaceable>-RELEASE-<replaceable>arch</replaceable>-miniinst.iso</filename></entry>
|
||||
|
||||
<entry>Everything you need to install FreeBSD.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><filename><replaceable>version</replaceable>-disc1.iso</filename></entry>
|
||||
<entry><filename><replaceable>version</replaceable>-RELEASE-<replaceable>arch</replaceable>-disc1.iso</filename></entry>
|
||||
|
||||
<entry>Everything you need to install FreeBSD, and as many
|
||||
additional third party packages as would fit on the
|
||||
|
@ -5249,7 +5240,7 @@ Please press any key to reboot.</screen>
|
|||
</row>
|
||||
|
||||
<row>
|
||||
<entry><filename><replaceable>version</replaceable>-disc2.iso</filename></entry>
|
||||
<entry><filename><replaceable>version</replaceable>-RELEASE-<replaceable>arch</replaceable>-disc2.iso</filename></entry>
|
||||
|
||||
<entry>A <quote>live filesystem</quote>, which is used in
|
||||
conjunction with the <quote>Repair</quote> facility in
|
||||
|
@ -5261,19 +5252,73 @@ Please press any key to reboot.</screen>
|
|||
</tgroup>
|
||||
</table>
|
||||
|
||||
<para>You <emphasis>must</emphasis> download one of either the mini
|
||||
<table frame="none">
|
||||
<title>FreeBSD 5.<replaceable>X</replaceable> ISO Image Names and Meanings</title>
|
||||
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Filename</entry>
|
||||
|
||||
<entry>Contains</entry>
|
||||
</row>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><filename><replaceable>version</replaceable>-RELEASE-<replaceable>arch</replaceable>-bootonly.iso</filename></entry>
|
||||
|
||||
<entry>Everything you need to boot into a FreeBSD
|
||||
kernel and start the installation interface.
|
||||
The installable files have to be pulled over FTP
|
||||
or some other supported source.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><filename><replaceable>version</replaceable>-RELEASE-<replaceable>arch</replaceable>-miniinst.iso</filename></entry>
|
||||
|
||||
<entry>Everything you need to install FreeBSD.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><filename><replaceable>version</replaceable>-RELEASE-<replaceable>arch</replaceable>-disc1.iso</filename></entry>
|
||||
|
||||
<entry>Everything you need to install &os; and a
|
||||
<quote>live filesystem</quote>, which is used in
|
||||
conjunction with the <quote>Repair</quote> facility
|
||||
in <application>sysinstall</application>.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><filename><replaceable>version</replaceable>-RELEASE-<replaceable>arch</replaceable>-disc2.iso</filename></entry>
|
||||
|
||||
<entry>&os; documentation and as many third party packages as
|
||||
would fit on the disc.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
||||
<para>You <emphasis>must</emphasis> download one of either the miniinst
|
||||
ISO image, or the image of disc one. Do not download both of them,
|
||||
since the disc one image contains everything that the mini ISO
|
||||
since the disc one image contains everything that the miniinst ISO
|
||||
image contains.</para>
|
||||
|
||||
<para>Use the mini ISO if Internet access is cheap for you. It will
|
||||
<note>
|
||||
<para>The miniinst ISO image is only available for releases prior
|
||||
to 5.4-RELEASE.</para>
|
||||
</note>
|
||||
|
||||
<para>Use the miniinst ISO if Internet access is cheap for you. It will
|
||||
let you install FreeBSD, and you can then install third party
|
||||
packages by downloading them using the ports/packages system (see
|
||||
<xref linkend="ports">) as
|
||||
necessary.</para>
|
||||
|
||||
<para>Use the image of disc one if you want a reasonable selection
|
||||
of third party packages on the disc as well.</para>
|
||||
<para>Use the image of disc one if you want to install a
|
||||
&os; 4.<replaceable>X</replaceable> release and want
|
||||
a reasonable selection of third party packages on the disc
|
||||
as well.</para>
|
||||
|
||||
<para>The additional disc images are useful, but not essential,
|
||||
especially if you have high-speed access to the Internet.</para>
|
||||
|
|
Loading…
Reference in a new issue