diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2022-12-01 23:02:04 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2022-12-01 23:02:04 +0000 |
commit | 8d34a8b0839d00aaf6cc595b5c33b7250763569e (patch) | |
tree | 1541ee815a882c3f18d76b5cc466b36c8a3da4cd /metadata/news | |
parent | 2022-12-01 22:31:48 UTC (diff) | |
parent | 2022-12-01-systemd-usrmerge: add missing colon (diff) | |
download | gentoo-8d34a8b0839d00aaf6cc595b5c33b7250763569e.tar.gz gentoo-8d34a8b0839d00aaf6cc595b5c33b7250763569e.tar.bz2 gentoo-8d34a8b0839d00aaf6cc595b5c33b7250763569e.zip |
Merge commit 'b333b4666182bd4dbfe37df6d3b8010d39d8fded'
Diffstat (limited to 'metadata/news')
-rw-r--r-- | metadata/news/2022-12-01-systemd-usrmerge/2022-12-01-systemd-usrmerge.en.txt | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/metadata/news/2022-12-01-systemd-usrmerge/2022-12-01-systemd-usrmerge.en.txt b/metadata/news/2022-12-01-systemd-usrmerge/2022-12-01-systemd-usrmerge.en.txt new file mode 100644 index 000000000000..87ec4afba6da --- /dev/null +++ b/metadata/news/2022-12-01-systemd-usrmerge/2022-12-01-systemd-usrmerge.en.txt @@ -0,0 +1,38 @@ +Title: /usr merge for systemd users +Author: Mike Gilbert <floppym@gentoo.org> +Posted: 2022-12-01 +Revision: 2 +News-Item-Format: 2.0 +Display-If-Installed: sys-apps/systemd + +In the latter half of 2023, systemd will drop support for +split-usr/unmerged-usr systems [1]. All Gentoo systems running systemd +will need to be migrated to merged-usr. + +Migrating to merged-usr will move all data from /bin, /sbin, and /lib +into the /usr/bin and /usr/lib directories. The directories in / are +replaced with symlinks. + +To facilitate this, a new set of sub-profiles has been created, and a +script is available to perform the actual migration. + +To migrate a system to merged-usr, follow this procedure: + +1. Ensure your system backups are up to date. + +2. Install sys-apps/merge-usr. + +3. Run the merge-usr script. The --dryrun option may be used to + check for error conditions before running the script for real. + +4. Switch to a merged-usr profile. + eg. eselect profile set default/linux/amd64/17.1/systemd/merged-usr + +5. Run emerge with the --newuse or --changed-use option to rebuild + any packages that have a "split-usr" USE flag. + eg. emerge -uDN @world + +For new installs, new "mergedusr" stage3 tarballs are being produced for +commonly used profiles. + +[1] https://lists.freedesktop.org/archives/systemd-devel/2022-September/048352.html |