From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A2A5313877A for ; Fri, 22 Aug 2014 19:10:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6963BE08A6; Fri, 22 Aug 2014 19:10:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C56B5E08A4 for ; Fri, 22 Aug 2014 19:10:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4175733F900 for ; Fri, 22 Aug 2014 19:10:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E0873BFF for ; Fri, 22 Aug 2014 19:10:10 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1408252274.bee3f8463cbc372c344541077924ddd45ca62ef1.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: README X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: bee3f8463cbc372c344541077924ddd45ca62ef1 X-VCS-Branch: master Date: Fri, 22 Aug 2014 19:10:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4aa08bff-044f-4283-a023-904fc69c8cb4 X-Archives-Hash: ccedf40ad3b9867b889fa9329dc61410 commit: bee3f8463cbc372c344541077924ddd45ca62ef1 Author: William Hubbs gmail com> AuthorDate: Sun Aug 17 05:11:14 2014 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Aug 17 05:11:14 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=bee3f846 README: Clarify devfs changes I was informed that the previous explanation of the devfs changes could be interpreted to mean that we mount a second /dev on top of the one that was mounted by the kernel or initramfs. This change makes it clear that is not the case. --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index 60e5a07..12eb50c 100644 --- a/README +++ b/README @@ -74,8 +74,10 @@ Warnings have been added to assist with this migration; however, they only show in verbose mode in this release due to the level of noise they produce. -Also, the devfs script now completely controls mounting and the initial -setup of the /dev directory. +Also, the devfs script now handles the initial mounting and setup of the +/dev directory. If /dev has already been mounted by the kernel or an +initramfs, devfs will remount /dev with the correct mount options +instead of mounting a second /dev over the existing mount point. It attempts to mount /dev from fstab first if an entry exists there. If it doesn't it attempts to mount devtmpfs if it is configured in the From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8DA5213877A for ; Sun, 17 Aug 2014 05:14:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8BF0E08FE; Sun, 17 Aug 2014 05:14:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E774E08FE for ; Sun, 17 Aug 2014 05:14:58 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BCA6340173 for ; Sun, 17 Aug 2014 05:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 45FFD18816 for ; Sun, 17 Aug 2014 05:14:55 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1408252274.bee3f8463cbc372c344541077924ddd45ca62ef1.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: README X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: bee3f8463cbc372c344541077924ddd45ca62ef1 X-VCS-Branch: master Date: Sun, 17 Aug 2014 05:14:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0bb19d66-dec8-4e43-807c-6fcec43b985f X-Archives-Hash: 2cf088aefca75d94eb9207a10f4712d2 Message-ID: <20140817051455.M2Qnhwk9ZCBUTYcZJFRcZM_VWHW_syHB7loNvv1HYEc@z> commit: bee3f8463cbc372c344541077924ddd45ca62ef1 Author: William Hubbs gmail com> AuthorDate: Sun Aug 17 05:11:14 2014 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Aug 17 05:11:14 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=bee3f846 README: Clarify devfs changes I was informed that the previous explanation of the devfs changes could be interpreted to mean that we mount a second /dev on top of the one that was mounted by the kernel or initramfs. This change makes it clear that is not the case. --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index 60e5a07..12eb50c 100644 --- a/README +++ b/README @@ -74,8 +74,10 @@ Warnings have been added to assist with this migration; however, they only show in verbose mode in this release due to the level of noise they produce. -Also, the devfs script now completely controls mounting and the initial -setup of the /dev directory. +Also, the devfs script now handles the initial mounting and setup of the +/dev directory. If /dev has already been mounted by the kernel or an +initramfs, devfs will remount /dev with the correct mount options +instead of mounting a second /dev over the existing mount point. It attempts to mount /dev from fstab first if an entry exists there. If it doesn't it attempts to mount devtmpfs if it is configured in the