From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AECDA15806C for ; Sun, 13 Jul 2025 04:07:41 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 985C7341EFC for ; Sun, 13 Jul 2025 04:07:41 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AD9C511055B; Sun, 13 Jul 2025 04:07:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A4AC411055B for ; Sun, 13 Jul 2025 04:07:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E7B8341EFA for ; Sun, 13 Jul 2025 04:07:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E05A12DF8 for ; Sun, 13 Jul 2025 04:07:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1752379640.eb04dcd921c6e6b1330a53000885c19fe5d578e1.sam@gentoo> Subject: [gentoo-commits] proj/policy-guide:master commit in: / X-VCS-Repository: proj/policy-guide X-VCS-Files: filesystem.rst X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: eb04dcd921c6e6b1330a53000885c19fe5d578e1 X-VCS-Branch: master Date: Sun, 13 Jul 2025 04:07:35 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f25487d4-e18d-4147-8db7-c472d68ce05a X-Archives-Hash: 670747181eb8fc080fe09e74b73a6f50 commit: eb04dcd921c6e6b1330a53000885c19fe5d578e1 Author: Petr Vaněk atlas cz> AuthorDate: Mon Sep 25 11:54:21 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 13 04:07:20 2025 +0000 URL: https://gitweb.gentoo.org/proj/policy-guide.git/commit/?id=eb04dcd9 filesystem: clarify wording Signed-off-by: Petr Vaněk atlas.cz> Part-of: https://github.com/gentoo/policy-guide/pull/26 Closes: https://github.com/gentoo/policy-guide/pull/26 Signed-off-by: Sam James gentoo.org> filesystem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesystem.rst b/filesystem.rst index f3b8cdf..daef7bb 100644 --- a/filesystem.rst +++ b/filesystem.rst @@ -75,7 +75,7 @@ Developers are not required to support using separate /usr filesystem without an initramfs. *Rationale*: upstream software (as of 2013) is already making support -for early boot without /usr mounted difficult, and whenever it is still +for early boot without /usr mounted difficult, and whenever it still works, it is either subtly broken or relying on hacks (udev). In setups using initramfs, some of the boot and repair functionality can be moved from rootfs to initramfs.