commit: eb04dcd921c6e6b1330a53000885c19fe5d578e1 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Mon Sep 25 11:54:21 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <arkamar <AT> 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 <sam <AT> 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.
