From owner-svn-doc-head@freebsd.org Tue Jan 12 04:02:36 2016 Return-Path: Delivered-To: svn-doc-head@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 DAF5BA6C217; Tue, 12 Jan 2016 04:02:36 +0000 (UTC) (envelope-from bjk@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 A98B91F4D; Tue, 12 Jan 2016 04:02:36 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0C42ZNj023724; Tue, 12 Jan 2016 04:02:35 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0C42ZbO023723; Tue, 12 Jan 2016 04:02:35 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201601120402.u0C42ZbO023723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Tue, 12 Jan 2016 04:02:35 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47995 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2016 04:02:37 -0000 Author: bjk Date: Tue Jan 12 04:02:35 2016 New Revision: 47995 URL: https://svnweb.freebsd.org/changeset/doc/47995 Log: Add root remount entry from trasz Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Tue Jan 12 03:59:39 2016 (r47994) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Tue Jan 12 04:02:35 2016 (r47995) @@ -1763,4 +1763,38 @@ + + + Root Remount + + + + + Edward Tomasz + Napierala + + trasz@FreeBSD.org + + + + +

One of the long-missing features of &os; was the ability to + boot up with a temporary rootfs, configure the kernel to be able + to access the real rootfs, and then replace the temporary root + with the real one. In Linux, this functionality is known as + pivot_root. The reroot projects provides similar functionality in + a different, slightly more user-friendly way: rerooting. Simply + put, from the user point of view it looks like the system performs + a partial shutdown, killing all processes and unmounting the + rootfs, and then partial bringup, mounting the new rootfs, running + init, and running the startup scripts as usual.

+ +

The project is finished. All the relevant code has been committed + to &os; 11-CURRENT, and is expected to ship with &os; 11.0.

+ + + + The FreeBSD Foundation + +