From owner-svn-src-releng@freebsd.org Fri Sep 15 00:31:27 2017 Return-Path: Delivered-To: svn-src-releng@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 589E4E176EB; Fri, 15 Sep 2017 00:31:27 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25A417068F; Fri, 15 Sep 2017 00:31:27 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8F0VQns098586; Fri, 15 Sep 2017 00:31:26 GMT (envelope-from marius@FreeBSD.org) Received: (from marius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8F0VQI4098583; Fri, 15 Sep 2017 00:31:26 GMT (envelope-from marius@FreeBSD.org) Message-Id: <201709150031.v8F0VQI4098583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marius set sender to marius@FreeBSD.org using -f From: Marius Strobl Date: Fri, 15 Sep 2017 00:31:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r323604 - in releng/10.4: release/pkg_repos sys/conf sys/sys X-SVN-Group: releng X-SVN-Commit-Author: marius X-SVN-Commit-Paths: in releng/10.4: release/pkg_repos sys/conf sys/sys X-SVN-Commit-Revision: 323604 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-releng@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the release engineering / security commits to the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Sep 2017 00:31:27 -0000 Author: marius Date: Fri Sep 15 00:31:25 2017 New Revision: 323604 URL: https://svnweb.freebsd.org/changeset/base/323604 Log: - Copy stable/10@323601 to releng/10.4 in preparation for 10.4-RC1 builds. - Update newvers.sh to reflect RC1. - Update __FreeBSD_version to reflect 10.4. - Switch the pkg(8) repository to use the 10.4 release package set for DVD image creation. Approved by: re (implicit) Added: - copied from r323601, stable/10/ Directory Properties: releng/10.4/ (props changed) Modified: releng/10.4/release/pkg_repos/release-dvd.conf releng/10.4/sys/conf/newvers.sh releng/10.4/sys/sys/param.h Modified: releng/10.4/release/pkg_repos/release-dvd.conf ============================================================================== --- stable/10/release/pkg_repos/release-dvd.conf Thu Sep 14 22:19:56 2017 (r323601) +++ releng/10.4/release/pkg_repos/release-dvd.conf Fri Sep 15 00:31:25 2017 (r323604) @@ -1,6 +1,6 @@ # $FreeBSD$ release: { - url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly", + url: "pkg+http://pkg.FreeBSD.org/${ABI}/release_4", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", Modified: releng/10.4/sys/conf/newvers.sh ============================================================================== --- stable/10/sys/conf/newvers.sh Thu Sep 14 22:19:56 2017 (r323601) +++ releng/10.4/sys/conf/newvers.sh Fri Sep 15 00:31:25 2017 (r323604) @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="10.4" -BRANCH="BETA4" +BRANCH="RC1" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi Modified: releng/10.4/sys/sys/param.h ============================================================================== --- stable/10/sys/sys/param.h Thu Sep 14 22:19:56 2017 (r323601) +++ releng/10.4/sys/sys/param.h Fri Sep 15 00:31:25 2017 (r323604) @@ -58,7 +58,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1003516 /* Master, propagated to newvers */ +#define __FreeBSD_version 1004000 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, From owner-svn-src-releng@freebsd.org Fri Sep 15 19:16:34 2017 Return-Path: Delivered-To: svn-src-releng@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17BD5E03BC0; Fri, 15 Sep 2017 19:16:34 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E775374342; Fri, 15 Sep 2017 19:16:33 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8FJGXM6024847; Fri, 15 Sep 2017 19:16:33 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8FJGWFs024845; Fri, 15 Sep 2017 19:16:32 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201709151916.v8FJGWFs024845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Fri, 15 Sep 2017 19:16:32 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r323617 - releng/10.4/release/doc/en_US.ISO8859-1/installation X-SVN-Group: releng X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: releng/10.4/release/doc/en_US.ISO8859-1/installation X-SVN-Commit-Revision: 323617 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-releng@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the release engineering / security commits to the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Sep 2017 19:16:34 -0000 Author: gjb Date: Fri Sep 15 19:16:32 2017 New Revision: 323617 URL: https://svnweb.freebsd.org/changeset/base/323617 Log: Add the installation page for 10.4-RELEASE. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Added: releng/10.4/release/doc/en_US.ISO8859-1/installation/ releng/10.4/release/doc/en_US.ISO8859-1/installation/Makefile (contents, props changed) releng/10.4/release/doc/en_US.ISO8859-1/installation/article.xml (contents, props changed) Added: releng/10.4/release/doc/en_US.ISO8859-1/installation/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ releng/10.4/release/doc/en_US.ISO8859-1/installation/Makefile Fri Sep 15 19:16:32 2017 (r323617) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +RELN_ROOT?= ${.CURDIR}/../.. +.ifdef NO_LANGCODE_IN_DESTDIR +DESTDIR?= ${DOCDIR}/installation +.else +DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/installation +.endif + +DOC?= article +FORMATS?= html +INSTALL_COMPRESSED?= gz +INSTALL_ONLY_COMPRESSED?= + +# SGML content +SRCS+= article.xml + +.include "${RELN_ROOT}/share/mk/doc.relnotes.mk" +.include "${DOC_PREFIX}/share/mk/doc.project.mk" Added: releng/10.4/release/doc/en_US.ISO8859-1/installation/article.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ releng/10.4/release/doc/en_US.ISO8859-1/installation/article.xml Fri Sep 15 19:16:32 2017 (r323617) @@ -0,0 +1,122 @@ + + +%release; + +]> + +
+ &os; &release.current; Installation Instructions + + The &os; Project + + $FreeBSD$ + + + 2017 + The &os; Documentation Project + + + + &tm-attrib.freebsd; + &tm-attrib.intel; + &tm-attrib.sparc; + &tm-attrib.general; + + + + This article gives some brief instructions on installing + &os; &release.current; and upgrading the systems running earlier + releases. + + + + + Installing &os; + + The Installing + &os; + chapter of the &os; + Handbook provides more in-depth information about the + installation program itself, including a guided walk-through with + screenshots. + + + + Upgrading &os; + + If you are upgrading from a previous release of &os;, please + read upgrading + section in the Release Notes for notable + incompatibilities carefully. + + + Upgrading from Source + + The procedure for doing a source code based update is + described in + and + . + + For SVN use the releng/&local.rel; branch + which will be where any upcoming Security Advisories or Errata + Notices will be applied. + + + + Upgrading Using <quote>&os; Update</quote> + + The &man.freebsd-update.8; utility supports binary + upgrades of &arch.i386; and &arch.amd64; systems running + earlier FreeBSD releases. Systems running + 10.3-RELEASE, + 10.4-RC[12] can upgrade as follows: + + &prompt.root; freebsd-update fetch +&prompt.root; freebsd-update install + + Now the &man.freebsd-update.8; utility can fetch bits + belonging to &release.current;. During this process + &man.freebsd-update.8; will ask for help in merging + configuration files. + + &prompt.root; freebsd-update upgrade -r &local.rel;-RELEASE + + &prompt.root; freebsd-update install + + The system must now be rebooted with the newly installed + kernel before the non-kernel components are updated. + + &prompt.root; shutdown -r now + + After rebooting, &man.freebsd-update.8; needs to be run + again to install the new userland components: + + &prompt.root; freebsd-update install + + At this point, users of systems being upgraded from &os; + 10.3-RELEASE or earlier will be prompted by + &man.freebsd-update.8; to rebuild all third-party applications + (e.g., ports installed from the ports tree) due to updates in + system libraries. + + After updating installed third-party applications (and + again, only if &man.freebsd-update.8; printed a message + indicating that this was necessary), run + &man.freebsd-update.8; again so that it can delete the old (no + longer used) system libraries: + + &prompt.root; freebsd-update install + + Finally, reboot into &release.current; + + &prompt.root; shutdown -r now + + +
From owner-svn-src-releng@freebsd.org Fri Sep 15 19:17:32 2017 Return-Path: Delivered-To: svn-src-releng@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8337BE03D02; Fri, 15 Sep 2017 19:17:32 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42C3A7451A; Fri, 15 Sep 2017 19:17:32 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8FJHVhl025368; Fri, 15 Sep 2017 19:17:31 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8FJHViO025365; Fri, 15 Sep 2017 19:17:31 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201709151917.v8FJHViO025365@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Fri, 15 Sep 2017 19:17:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r323618 - in releng/10.4/release/doc: en_US.ISO8859-1 en_US.ISO8859-1/readme share/xml X-SVN-Group: releng X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: in releng/10.4/release/doc: en_US.ISO8859-1 en_US.ISO8859-1/readme share/xml X-SVN-Commit-Revision: 323618 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-releng@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the release engineering / security commits to the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Sep 2017 19:17:32 -0000 Author: gjb Date: Fri Sep 15 19:17:30 2017 New Revision: 323618 URL: https://svnweb.freebsd.org/changeset/base/323618 Log: - Disconnect the errata document from the build. - Connect the installation page to the build. - Fix a malformed URL. - Update versions, and switch from 'snapshot' to 'release.' Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: releng/10.4/release/doc/en_US.ISO8859-1/Makefile releng/10.4/release/doc/en_US.ISO8859-1/readme/article.xml releng/10.4/release/doc/share/xml/release.ent Modified: releng/10.4/release/doc/en_US.ISO8859-1/Makefile ============================================================================== --- releng/10.4/release/doc/en_US.ISO8859-1/Makefile Fri Sep 15 19:16:32 2017 (r323617) +++ releng/10.4/release/doc/en_US.ISO8859-1/Makefile Fri Sep 15 19:17:30 2017 (r323618) @@ -4,8 +4,8 @@ RELN_ROOT?= ${.CURDIR}/.. SUBDIR = relnotes SUBDIR+= hardware +SUBDIR+= installation SUBDIR+= readme -SUBDIR+= errata COMPAT_SYMLINK = en Modified: releng/10.4/release/doc/en_US.ISO8859-1/readme/article.xml ============================================================================== --- releng/10.4/release/doc/en_US.ISO8859-1/readme/article.xml Fri Sep 15 19:16:32 2017 (r323617) +++ releng/10.4/release/doc/en_US.ISO8859-1/readme/article.xml Fri Sep 15 19:17:30 2017 (r323618) @@ -352,8 +352,9 @@ other copies are kept updated on the Internet and should be consulted as the current errata for this release. These other copies of the errata are located at - &url.base;/releases/ + the &os; &release.current; + page (as well as any sites which keep up-to-date mirrors of this location). Modified: releng/10.4/release/doc/share/xml/release.ent ============================================================================== --- releng/10.4/release/doc/share/xml/release.ent Fri Sep 15 19:16:32 2017 (r323617) +++ releng/10.4/release/doc/share/xml/release.ent Fri Sep 15 19:17:30 2017 (r323618) @@ -6,7 +6,7 @@ - + - + - + - + - + @@ -38,9 +38,9 @@ - + - +