From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S7B5q-0001T7-Ct for garchives@archives.gentoo.org; Mon, 12 Mar 2012 19:39:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57782E09A7; Mon, 12 Mar 2012 19:39:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 29F54E097D for ; Mon, 12 Mar 2012 19:39:20 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 817781B4066 for ; Mon, 12 Mar 2012 19:39:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E526BE5402 for ; Mon, 12 Mar 2012 19:39:17 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1331580995.277259282e5724d47011bbb318001c0da4a014ee.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/linuxrc X-VCS-Directories: defaults/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 277259282e5724d47011bbb318001c0da4a014ee X-VCS-Branch: master Date: Mon, 12 Mar 2012 19:39:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 1165f749-5527-4e7f-9540-f490930aca36 X-Archives-Hash: 839fe39b1c900b412389101d702473a2 commit: 277259282e5724d47011bbb318001c0da4a014ee Author: Robin H. Johnson gentoo org> AuthorDate: Mon Mar 12 19:36:35 2012 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Mar 12 19:36:35 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3D27725928 Enable live mounting of /usr. Was supposed to have been in 3.4.25. --- defaults/linuxrc | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/defaults/linuxrc b/defaults/linuxrc index 528f58d..b883155 100755 --- a/defaults/linuxrc +++ b/defaults/linuxrc @@ -771,11 +771,7 @@ fi if [ -f ${NEW_ROOT}/etc/initramfs.mounts ]; then fslist=3D$(get_mounts_list) else - # Disabled until the new OpenRC is ready to go. - # Otherwise users will get /usr mounted RO, and it will NOT transition = to - # RW correctly. - #fslist=3D"/usr"=20 - fslist=3D"" + fslist=3D"/usr"=20 fi =20 for fs in $fslist; do