]> git.donarmstrong.com Git - debian-ctte.git/commitdiff
Clarify the smaller footprint
authorDidier Raboud <odyx@debian.org>
Fri, 1 Feb 2019 17:39:33 +0000 (18:39 +0100)
committerDidier Raboud <odyx@debian.org>
Fri, 1 Feb 2019 17:39:33 +0000 (18:39 +0100)
914897_merged_usr/ballot.md

index e133da11f31285f6e467a467a29a21d44b6a32de..df1a85a612ee269c153b165ba4d454e820aa8b75 100644 (file)
@@ -8,7 +8,7 @@
 The motivation to get Debian systems to converge towards such a scheme is vastly documented elsewhere ([FDO's TheCaseForTheUsrMerge][0], [wiki.d.o UsrMerge][1]) but can be summarized as the following points:
 
 * having separate `/` and `/usr` filesystems has been useful in the past for booting without initramfs onto a minimal root filesystem that carried just enough to mount the `/usr` filesystem later in the boot process. Given the evolution of physical hosts' capabilities, initramfs'es have been default in Debian (and elsewhere) for a long time, and most systems no longer have an intermediate state during boot in which they have only `/`, but not `/usr`, mounted.
-* another use-case is to be able to share an identical `/usr` over a network link; hence booting an initramfs, mounting a local `/`, then mounting `/usr` over the network; an initramfs with everything needed to mount a filesystem over a network link is actually a smaller *[A smaller what? -GW]*
+* another use-case is to be able to share an identical `/usr` over a network link; hence booting an initramfs, mounting a local `/`, then mounting `/usr` over the network. It seems that an initramfs with everything needed to mount a filesystem over a network link directly actually has a smaller footprint.
 * booting with `/` only is not systematically tested in Debian anymore;
 * the packaging infrastructure to install files outside of `/usr` is not standard and represents technical debt:
 * given its status as remnant "folklore", the distinction between what _needs_ to be shipped in `/` and what can stay in `/usr` is often interpreted arbitrarily;