1. Note that the boot media must match the FreeBSD version that the
local FTP site, and that this can be overridden by setting distribution name to 'any' in the Options menu. 2. Add link to releng article in section about making installation CDs. 3. Remove old commented out section. 4. Update this section to use disc rather than disk when referring to optical media, as is the case in the rest of this chapter. PR: docs/73479 (#1)
This commit is contained in:
parent
62211acb3d
commit
274eda0907
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24116
1 changed files with 22 additions and 15 deletions
|
@ -5151,7 +5151,7 @@ Please press any key to reboot.</screen>
|
|||
<title>Preparing Your Own Installation Media</title>
|
||||
|
||||
<note>
|
||||
<para>To prevent repetition, <quote>FreeBSD disk</quote> in this context
|
||||
<para>To prevent repetition, <quote>FreeBSD disc</quote> in this context
|
||||
means a FreeBSD CDROM or DVD that you have purchased or produced
|
||||
yourself.</para>
|
||||
</note>
|
||||
|
@ -5167,13 +5167,13 @@ Please press any key to reboot.</screen>
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>You have many machines connected to your local network, and one
|
||||
FreeBSD disk. You want to create a local FTP site using the
|
||||
contents of the FreeBSD disk, and then have your machines use this
|
||||
FreeBSD disc. You want to create a local FTP site using the
|
||||
contents of the FreeBSD disc, and then have your machines use this
|
||||
local FTP site instead of needing to connect to the Internet.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>You have a FreeBSD disk, and FreeBSD does not recognize your CD/DVD
|
||||
<para>You have a FreeBSD disc, and FreeBSD does not recognize your CD/DVD
|
||||
drive, but &ms-dos;/&windows; does. You want to copy the FreeBSD
|
||||
installations files to a DOS partition on the same computer, and
|
||||
then install FreeBSD using those files.</para>
|
||||
|
@ -5260,15 +5260,6 @@ Please press any key to reboot.</screen>
|
|||
</tgroup>
|
||||
</table>
|
||||
|
||||
<!-- XXX we don't need to mention things prior to 4.4 anymore
|
||||
<note>
|
||||
<para>The mini ISO was only produced for FreeBSD 4.4 and
|
||||
subsequent releases. The images for discs two, three, and four
|
||||
were only produced for FreeBSD 4.5 and subsequent
|
||||
releases.</para>
|
||||
</note>
|
||||
-->
|
||||
|
||||
<para>You <emphasis>must</emphasis> download one of either the mini
|
||||
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
|
||||
|
@ -5302,10 +5293,16 @@ Please press any key to reboot.</screen>
|
|||
which many CD writing applications support.</para>
|
||||
</step>
|
||||
</procedure>
|
||||
|
||||
<note><para>If you are interested in building a customized
|
||||
release of FreeBSD, please see the <ulink
|
||||
url="&url.articles.releng;">Release Engineering
|
||||
Article</ulink>.</para></note>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 id="install-ftp">
|
||||
<title>Creating a Local FTP Site with a FreeBSD Disk</title>
|
||||
<title>Creating a Local FTP Site with a FreeBSD Disc</title>
|
||||
|
||||
<indexterm>
|
||||
<primary>installation</primary>
|
||||
|
@ -5313,7 +5310,7 @@ Please press any key to reboot.</screen>
|
|||
<tertiary>FTP</tertiary>
|
||||
</indexterm>
|
||||
|
||||
<para>FreeBSD disks are laid out in the same way as the FTP site. This
|
||||
<para>FreeBSD discs are laid out in the same way as the FTP site. This
|
||||
makes it very easy for you to create a local FTP site that can be used
|
||||
by other machines on your network when installing FreeBSD.</para>
|
||||
|
||||
|
@ -5347,6 +5344,16 @@ Please press any key to reboot.</screen>
|
|||
after picking <quote>Other</quote> in the FTP sites menu during
|
||||
the install.</para>
|
||||
|
||||
<note>
|
||||
<para>If the boot media (floppy disks, usually) for your FTP
|
||||
clients is not precisely the same version as that provided
|
||||
by the local FTP site, then sysinstall will not let you
|
||||
complete the installation. If the versions are similar and
|
||||
you want to override this, you must go into the Options menu
|
||||
and change distribution name to
|
||||
<literal>any</literal>.</para>
|
||||
</note>
|
||||
|
||||
<warning>
|
||||
<para>This approach is OK for a machine that is on your local network,
|
||||
and that is protected by your firewall. Offering up FTP services to
|
||||
|
|
Loading…
Reference in a new issue