summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-09 22:12:31 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-09 22:12:31 +0100
commit639475dbfe1dbf26b9c04cf25f1027b0196b5194 (patch)
tree32182ccc1def3c63a5fdf0327c8c9a844e3435fa
parentInclude tox.ini to build via virtualenv (diff)
downloadpolicy-guide-639475dbfe1dbf26b9c04cf25f1027b0196b5194.tar.gz
policy-guide-639475dbfe1dbf26b9c04cf25f1027b0196b5194.tar.bz2
policy-guide-639475dbfe1dbf26b9c04cf25f1027b0196b5194.zip
Separate /usr
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--filesystem.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/filesystem.rst b/filesystem.rst
index b0a686e..9173042 100644
--- a/filesystem.rst
+++ b/filesystem.rst
@@ -56,6 +56,25 @@ exceptions are:
.. TODO:: rationale
+.. index:: file system; separate /usr
+
+Support for separate /usr
+-------------------------
+:Source: QA
+:Reference: https://projects.gentoo.org/council/meeting-logs/20130813-summary.txt
+ https://projects.gentoo.org/council/meeting-logs/20130924-summary.txt
+:Reported: no
+
+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
+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.
+
+
.. index:: file system; multilib-strict
Strict multilib layout