aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/releases/8.3R/installation.html
blob: 95d62129201695d858a82e3d65f531c0f6285950 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org" />
<title>FreeBSD 8.3-RELEASE Installation Instructions</title>
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79" />
<link rel="STYLESHEET" type="text/css" href="docbook.css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body class="ARTICLE" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
alink="#0000FF">
<div class="ARTICLE">
<div class="TITLEPAGE">
<h1 class="TITLE"><a id="AEN2" name="AEN2">FreeBSD 8.3-RELEASE Installation
Instructions</a></h1>

<h3 class="CORPAUTHOR">The FreeBSD Project</h3>

<p class="COPYRIGHT">Copyright &copy; 2012 The FreeBSD Documentation Project</p>

<p class="PUBDATE">$FreeBSD:
stable/8/release/doc/en_US.ISO8859-1/installation/article.sgml 234413 2012-04-18
08:15:55Z hrs $<br />
</p>

<div class="LEGALNOTICE"><a id="TRADEMARKS" name="TRADEMARKS"></a>
<p>FreeBSD is a registered trademark of the FreeBSD Foundation.</p>

<p>Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or
registered trademarks of Intel Corporation or its subsidiaries in the United States and
other countries.</p>

<p>SPARC, SPARC64, SPARCengine, and UltraSPARC are trademarks of SPARC International, Inc
in the United States and other countries. SPARC International, Inc owns all of the SPARC
trademarks and under licensing agreements allows the proper use of these trademarks by
its members.</p>

<p>Many of the designations used by manufacturers and sellers to distinguish their
products are claimed as trademarks. Where those designations appear in this document, and
the FreeBSD Project was aware of the trademark claim, the designations have been followed
by the &#8220;&trade;&#8221; or the &#8220;&reg;&#8221; symbol.</p>
</div>

<hr />
</div>

<blockquote class="ABSTRACT">
<div class="ABSTRACT"><a id="AEN16" name="AEN16"></a>
<p>This article gives some brief instructions on installing FreeBSD 8.3-RELEASE and
upgrading the systems running earlier releases.</p>
</div>
</blockquote>

<div class="SECT1">
<hr />
<h2 class="SECT1"><a id="INSTALL" name="INSTALL">1 Installing FreeBSD</a></h2>

<p>For instructions on installing FreeBSD, please see Chapter 2 of The FreeBSD Handbook.
It provides a complete installation walk-through for users new to FreeBSD, and can be
found online at: <a
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/install.html"
target="_top">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/install.html</a></p>
</div>

<div class="SECT1">
<hr />
<h2 class="SECT1"><a id="UPGRADE" name="UPGRADE">2 Upgrading FreeBSD</a></h2>

<div class="SECT2">
<h3 class="SECT2"><a id="AEN24" name="AEN24">2.1 Upgrading from Source</a></h3>

<p>The procedure for doing a source code based update is &#09;described in &#09;<a
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/synching.html"
target="_top">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/synching.html</a>
and &#09;<a
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook//makeworld.html"
target="_top">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook//makeworld.html</a>.</p>

<p>The branch tag to use for updating the source is &#09;<tt
class="LITERAL">RELENG_8_3</tt> for CVS. For SVN use &#09;<tt
class="FILENAME">releng/8.3</tt>.</p>
</div>

<div class="SECT2">
<hr />
<h3 class="SECT2"><a id="AEN32" name="AEN32">2.2 Upgrading Using &#8220;FreeBSD
Update&#8221;</a></h3>

<p>The <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+8.2-RELEASE">
<span class="CITEREFENTRY"><span
class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> utility supports binary
&#09;upgrades of i386 and amd64 systems running &#09;earlier FreeBSD releases. Systems
running &#09;<tt class="LITERAL">7.[01234]-RELEASE</tt>, &#09;<tt
class="LITERAL">8.[012]-RELEASE</tt>, &#09;<tt class="LITERAL">8.3-BETA1</tt>, or
&#09;<tt class="LITERAL">8.3-RC[12]</tt> can upgrade as follows:</p>

<pre class="SCREEN">
<samp class="PROMPT">#</samp> freebsd-update upgrade -r 8.3-RELEASE
</pre>

<p>During this process, FreeBSD Update may ask the user to &#09;help by merging some
configuration files or by confirming that &#09;the automatically performed merging was
done correctly.</p>

<pre class="SCREEN">
<samp class="PROMPT">#</samp> freebsd-update install
</pre>

<p>The system must be rebooted with the newly installed &#09;kernel before
continuing.</p>

<pre class="SCREEN">
<samp class="PROMPT">#</samp> shutdown -r now
</pre>

<p>After rebooting, <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+8.2-RELEASE">
<span class="CITEREFENTRY"><span
class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> needs to be run &#09;again to
install the new userland components:</p>

<pre class="SCREEN">
<samp class="PROMPT">#</samp> freebsd-update install
</pre>

<p>At this point, users of systems being upgraded from &#09;FreeBSD 7.4-RELEASE or
earlier will be prompted by &#09;freebsd-update to rebuild all third-party applications
(e.g., &#09;ports installed from the ports tree) due to updates in system
&#09;libraries.</p>

<p>After updating installed third-party applications (and &#09;again, only if <a
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+8.2-RELEASE">
<span class="CITEREFENTRY"><span
class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> printed a message
&#09;indicating that this was necessary), run &#09;<a
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+8.2-RELEASE">
<span class="CITEREFENTRY"><span
class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> again so that it can delete the
old (no &#09;longer used) system libraries:</p>

<pre class="SCREEN">
<samp class="PROMPT">#</samp> freebsd-update install
</pre>

<p>Finally, reboot into 8.3-RELEASE</p>

<pre class="SCREEN">
<samp class="PROMPT">#</samp> shutdown -r now
</pre>
</div>
</div>
</div>

<hr />
<p align="center"><small>This file, and other release-related documents, can be
downloaded from <a href="ftp://ftp.FreeBSD.org/">ftp://ftp.FreeBSD.org/</a>.</small></p>

<p align="center"><small>For questions about FreeBSD, read the <a
href="http://www.FreeBSD.org/docs.html">documentation</a> before contacting &#60;<a
href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&#62;.</small></p>

<p align="center"><small>For questions about this documentation, e-mail &#60;<a
href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&#62;.</small></p>
</body>
</html>