Various notes on /usr unification
Various notes on /usr unification
Posted Feb 28, 2012 8:51 UTC (Tue) by pflykt (subscriber, #2757)Parent article: Various notes on /usr unification
I don't see any signs of getting rid of / anytime soon, it just moves over to initramfs instead. And when all necessary repair tools are usable from an initramfs shell, it will all look just too familiar like the way it was in 1992.
Posted Feb 28, 2012 22:03 UTC (Tue)
by rvfh (guest, #31018)
[Link] (1 responses)
That also lead some embedded systems to making / the core boot stuff that remains read-only (with proper links in /etc such as /etc/mtab) and /usr where the real stuff takes place and upgrades can occur.
Posted Aug 19, 2021 9:17 UTC (Thu)
by immibis (subscriber, #105511)
[Link]
I actually have one system which has a real partition instead of an initramfs. It works fine. Apparently the only problem is that the tools to maintain it don't exist.
initramfs typically terminates by mounting something else over / using the pivot_root syscall. But there's no reason only an initramfs can do that! You are free to install a minimal system locally and then have its init set up the network and NFS and then pivot_root to NFS.
Various notes on /usr unification
Various notes on /usr unification
