Adjust a few places that still referenced 9.0 instead of 9.1. And adjust
the list of previous releases FreeBSD-Update can update from.
This commit is contained in:
parent
3f085b381e
commit
c02e1b145b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40512
1 changed files with 6 additions and 6 deletions
|
@ -69,7 +69,7 @@ itself, including a guided walk-through with screenshots.</p>
|
|||
<h2 class="SECT1"><a id="UPGRADE" name="UPGRADE">2 Upgrading FreeBSD</a></h2>
|
||||
|
||||
<p>If you are upgrading from a previous release of FreeBSD, please read <a
|
||||
href="http://www.FreeBSD.org/releases/9.0R/relnotes-detailed.html#UPGRADE"
|
||||
href="http://www.FreeBSD.org/releases/9.1R/relnotes-detailed.html#UPGRADE"
|
||||
target="_top">upgrading section in the Release Notes</a> for notable incompatibilities
|
||||
carefully.</p>
|
||||
|
||||
|
@ -84,9 +84,9 @@ and 	<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>For SVN use the <tt class="FILENAME">releng/9.0</tt> branch 	which will be where
|
||||
<p>For SVN use the <tt class="FILENAME">releng/9.1</tt> branch 	which will be where
|
||||
any upcoming Security Advisories or Errata 	Notices will be applied. The branch tag
|
||||
to use for updating 	the source is <tt class="LITERAL">RELENG_9_0</tt> for CVS.</p>
|
||||
to use for updating 	the source is <tt class="LITERAL">RELENG_9_1</tt> for CVS.</p>
|
||||
</div>
|
||||
|
||||
<div class="SECT2">
|
||||
|
@ -100,8 +100,8 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=
|
|||
class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> utility supports binary
|
||||
	upgrades of i386 and amd64 systems running 	earlier FreeBSD releases. Systems
|
||||
running 	<tt class="LITERAL">7.[34]-RELEASE</tt>, 	<tt
|
||||
class="LITERAL">8.[12]-RELEASE</tt>, 	<tt class="LITERAL">9.0-BETA[123]</tt>, or
|
||||
	<tt class="LITERAL">9.0-RC[123]</tt> can upgrade as follows:</p>
|
||||
class="LITERAL">8.[123]-RELEASE</tt>, or
|
||||
	<tt class="LITERAL">9.1-RC[123]</tt> can upgrade as follows:</p>
|
||||
|
||||
<p>First, ensure that your current system is up to date; a 	change was recently made
|
||||
to <a
|
||||
|
@ -128,7 +128,7 @@ class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> will ask for help in m
|
|||
	configuration files.</p>
|
||||
|
||||
<pre class="SCREEN">
|
||||
<samp class="PROMPT">#</samp> freebsd-update upgrade -r 9.0-RELEASE
|
||||
<samp class="PROMPT">#</samp> freebsd-update upgrade -r 9.1-RELEASE
|
||||
</pre>
|
||||
|
||||
<p>Due to changes in the way that FreeBSD is packaged on the 	release media, two
|
||||
|
|
Loading…
Reference in a new issue