ATM, hardware requirements do not vary by version. While here, update example to a newer version.
This commit is contained in:
parent
cf45391c48
commit
8cdfe18402
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47512
1 changed files with 5 additions and 5 deletions
|
@ -145,8 +145,8 @@
|
|||
<sect1 xml:id="bsdinstall-hardware">
|
||||
<title>Minimum Hardware Requirements</title>
|
||||
|
||||
<para>The hardware requirements to install &os; vary by the &os;
|
||||
version and the hardware architecture. Hardware architectures
|
||||
<para>The hardware requirements to install &os; vary by the
|
||||
hardware architecture. Hardware architectures
|
||||
and devices supported by a &os; release are listed on the
|
||||
Release Information page of the &os; web site (<link
|
||||
xlink:href="&url.base;/releases/index.html">http://www.FreeBSD.org/releases/index.html</link>).</para>
|
||||
|
@ -437,9 +437,9 @@
|
|||
xlink:href="&url.base;/where.html#download">www.freebsd.org/where.html#download</link>.
|
||||
Each installation file's name includes the release version of
|
||||
&os;, the architecture, and the type of file. For example, to
|
||||
install &os; 10.0 on an &arch.amd64; system from a
|
||||
install &os; 10.2 on an &arch.amd64; system from a
|
||||
<acronym>DVD</acronym>, download
|
||||
<filename>FreeBSD-10.0-RELEASE-amd64-dvd1.iso</filename>, burn
|
||||
<filename>FreeBSD-10.2-RELEASE-amd64-dvd1.iso</filename>, burn
|
||||
this file to a <acronym>DVD</acronym>, and boot the system
|
||||
with the <acronym>DVD</acronym> inserted.</para>
|
||||
|
||||
|
@ -537,7 +537,7 @@
|
|||
<acronym>USB</acronym> device on an existing &os;
|
||||
system.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>dd if=<replaceable>FreeBSD-10.0-RELEASE-amd64-memstick.img</replaceable> of=/dev/<replaceable>da0</replaceable> bs=1m conv=sync</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>dd if=<replaceable>FreeBSD-10.2-RELEASE-amd64-memstick.img</replaceable> of=/dev/<replaceable>da0</replaceable> bs=1m conv=sync</userinput></screen>
|
||||
|
||||
<para>If this command fails, verify that the
|
||||
<acronym>USB</acronym> stick is not mounted and that the
|
||||
|
|
Loading…
Reference in a new issue