From owner-svn-doc-all@freebsd.org Tue Jul 14 15:55:43 2015 Return-Path: Delivered-To: svn-doc-all@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 3806A9A13B5; Tue, 14 Jul 2015 15:55:43 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 0DAA91E3; Tue, 14 Jul 2015 15:55:43 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6EFtgvv079107; Tue, 14 Jul 2015 15:55:42 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6EFtgnk079106; Tue, 14 Jul 2015 15:55:42 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201507141555.t6EFtgnk079106@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Tue, 14 Jul 2015 15:55:42 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46972 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 15:55:43 -0000 Author: wblock Date: Tue Jul 14 15:55:42 2015 New Revision: 46972 URL: https://svnweb.freebsd.org/changeset/doc/46972 Log: Add Edward Tomasz Napiera?a 's root remount report. Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml Tue Jul 14 15:49:20 2015 (r46971) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml Tue Jul 14 15:55:42 2015 (r46972) @@ -1190,4 +1190,46 @@ Mellanox Technologies + + + Root Remount + + + + + Edward Tomasz + Napierala + + trasz@FreeBSD.org + + + + +

One of the long missing features of &os; was the ability to + boot 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, the functionality is known as + pivot_root. The reroot projects aims to provide + 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 in the late implementation phase. A working + prototype was written, and work is in process to rewrite it in + an architecturally nicer way.

+ + + + The FreeBSD Foundation + + + + +

Complete debugging

+
+
+