public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] data/gentoo-news:master commit in: 2017-07-16-systemd-rootprefix/
@ 2017-07-16 21:16 Mike Gilbert
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Gilbert @ 2017-07-16 21:16 UTC (permalink / raw
  To: gentoo-commits

commit:     9b6b364173118c9578abc75686f75effb4a4a967
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 16 21:15:29 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Jul 16 21:15:29 2017 +0000
URL:        https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=9b6b3641

Add 2017-07-16-systemd-rootprefix

 .../2017-07-16-systemd-rootprefix.en.txt           | 34 ++++++++++++++++++++++
 .../2017-07-16-systemd-rootprefix.en.txt.asc       |  7 +++++
 2 files changed, 41 insertions(+)

diff --git a/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt b/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt
new file mode 100644
index 0000000..c4e1cbf
--- /dev/null
+++ b/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt
@@ -0,0 +1,34 @@
+Title: systemd rootprefix migration
+Author: Mike Gilbert <floppym@gentoo.org>
+Posted: 2017-07-16
+Revision: 1
+News-Item-Format: 2.0
+Display-If-Installed: >=sys-apps/systemd-234
+
+Starting with the 234 release, Gentoo's sys-apps/systemd package will
+be built with rootprefix=/. This means most of the included programs
+and system units will be installed under /lib/systemd instead of
+/usr/lib/systemd.
+
+This change brings Gentoo into alignment with most other distros which
+still maintain a distinction between boot-critical programs in /, and
+less critical programs in /usr. This also means that users with a
+separate /usr filesystem will have an easier time booting if their
+initramfs should become corrupt or fail.
+
+Symlinks are provided for /usr/lib/systemd/systemd and
+/usr/lib/systemd/systemd-shutdown to avoid breaking bootloader configs
+and to allow the system to be shutdown/rebooted without issue. These
+symlinks will likely be removed in the 235 release, so please update
+your boot configuration to reference init=/lib/systemd/systemd.
+
+This change will be mostly transparent to typical users. You may notice
+that system units move from /usr/lib/systemd/system to
+/lib/systemd/system as you upgrade/re-install packages; this is normal.
+Units will function properly from both locations.
+
+After upgrading, please run systemctl daemon-reexec or reboot your
+system to ensure that the new version is executed. Also make sure to
+regenerate your initramfs if it includes a copy of systemd (dracut).
+
+If you encounter a problem, please report a bug.

diff --git a/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt.asc b/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt.asc
new file mode 100644
index 0000000..3247709
--- /dev/null
+++ b/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt.asc
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+
+iHUEABEIAB0WIQSC6+o3VgHHi7vNKkVHG+cz7ykaPwUCWWvXNAAKCRBHG+cz7yka
+P6p8AQDa0zw9ocwbwhXtEDSmGs7zdPT2uYOV+GvSGQE3sv+lcAD/Y7pHXu72PxgF
+RrRNVJTJju3C4vobW22t62YDvNCDByI=
+=qgSY
+-----END PGP SIGNATURE-----


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] data/gentoo-news:master commit in: 2017-07-16-systemd-rootprefix/
@ 2017-08-02 20:39 Mike Gilbert
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Gilbert @ 2017-08-02 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     5694662c870cae1e26ff5274eda633155935c04b
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  2 20:37:29 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Aug  2 20:38:48 2017 +0000
URL:        https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=5694662c

2017-07-16-systemd-rootprefix: Suggest systemctl daemon-reexec unconditionally

 .../2017-07-16-systemd-rootprefix.en.txt                          | 8 ++++----
 .../2017-07-16-systemd-rootprefix.en.txt.asc                      | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt b/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt
index c4e1cbf..9f6feda 100644
--- a/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt
+++ b/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt
@@ -1,7 +1,7 @@
 Title: systemd rootprefix migration
 Author: Mike Gilbert <floppym@gentoo.org>
 Posted: 2017-07-16
-Revision: 1
+Revision: 2
 News-Item-Format: 2.0
 Display-If-Installed: >=sys-apps/systemd-234
 
@@ -27,8 +27,8 @@ that system units move from /usr/lib/systemd/system to
 /lib/systemd/system as you upgrade/re-install packages; this is normal.
 Units will function properly from both locations.
 
-After upgrading, please run systemctl daemon-reexec or reboot your
-system to ensure that the new version is executed. Also make sure to
-regenerate your initramfs if it includes a copy of systemd (dracut).
+After upgrading, please run systemctl daemon-reexec ensure that the new
+version is executed. Also make sure to regenerate your initramfs if it
+includes a copy of systemd (dracut).
 
 If you encounter a problem, please report a bug.

diff --git a/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt.asc b/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt.asc
index 3247709..bedb567 100644
--- a/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt.asc
+++ b/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt.asc
@@ -1,7 +1,7 @@
 -----BEGIN PGP SIGNATURE-----
 
-iHUEABEIAB0WIQSC6+o3VgHHi7vNKkVHG+cz7ykaPwUCWWvXNAAKCRBHG+cz7yka
-P6p8AQDa0zw9ocwbwhXtEDSmGs7zdPT2uYOV+GvSGQE3sv+lcAD/Y7pHXu72PxgF
-RrRNVJTJju3C4vobW22t62YDvNCDByI=
-=qgSY
+iHUEABEIAB0WIQSC6+o3VgHHi7vNKkVHG+cz7ykaPwUCWYI3/AAKCRBHG+cz7yka
+Pw4aAQDS76AiK5gg3gvxFvoThxC0uAh2I7Ep1Wi+PSzSivTCjwD+Peg3aVVZUg3I
+3+DJagUMrJEOFpcX1/Y0xWsJS2PaLGY=
+=d8/u
 -----END PGP SIGNATURE-----


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] data/gentoo-news:master commit in: 2017-07-16-systemd-rootprefix/
@ 2018-01-20  3:32 Mike Gilbert
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Gilbert @ 2018-01-20  3:32 UTC (permalink / raw
  To: gentoo-commits

commit:     e463023264b9e10c91c2e3461dbc7a09067b72cc
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 20 03:31:41 2018 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 03:31:41 2018 +0000
URL:        https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=e4630232

2017-07-16-systemd-rootprefix: update display criteria

We really want to show the user the news before they upgrade.

 2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt b/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt
index 9f6feda..2c9559f 100644
--- a/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt
+++ b/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt
@@ -1,9 +1,9 @@
 Title: systemd rootprefix migration
 Author: Mike Gilbert <floppym@gentoo.org>
 Posted: 2017-07-16
-Revision: 2
+Revision: 3
 News-Item-Format: 2.0
-Display-If-Installed: >=sys-apps/systemd-234
+Display-If-Installed: <sys-apps/systemd-234
 
 Starting with the 234 release, Gentoo's sys-apps/systemd package will
 be built with rootprefix=/. This means most of the included programs


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] data/gentoo-news:master commit in: 2017-07-16-systemd-rootprefix/
@ 2018-01-20 17:09 Mike Gilbert
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Gilbert @ 2018-01-20 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     02938e6a5cfc29ad6f3bd2e777633ea66a7a70dc
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 20 17:08:24 2018 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 17:08:24 2018 +0000
URL:        https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=02938e6a

2017-07-16-systemd-rootprefix: update symlink removal warning

We never marked 234 or 235 stable, so let's wait until 237 to remove the
symlinks.

 2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt b/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt
index 2c9559f..429eee3 100644
--- a/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt
+++ b/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt
@@ -1,7 +1,7 @@
 Title: systemd rootprefix migration
 Author: Mike Gilbert <floppym@gentoo.org>
 Posted: 2017-07-16
-Revision: 3
+Revision: 4
 News-Item-Format: 2.0
 Display-If-Installed: <sys-apps/systemd-234
 
@@ -19,7 +19,7 @@ initramfs should become corrupt or fail.
 Symlinks are provided for /usr/lib/systemd/systemd and
 /usr/lib/systemd/systemd-shutdown to avoid breaking bootloader configs
 and to allow the system to be shutdown/rebooted without issue. These
-symlinks will likely be removed in the 235 release, so please update
+symlinks will likely be removed in the 237 release, so please update
 your boot configuration to reference init=/lib/systemd/systemd.
 
 This change will be mostly transparent to typical users. You may notice


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-01-20 17:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-02 20:39 [gentoo-commits] data/gentoo-news:master commit in: 2017-07-16-systemd-rootprefix/ Mike Gilbert
  -- strict thread matches above, loose matches on Subject: below --
2018-01-20 17:09 Mike Gilbert
2018-01-20  3:32 Mike Gilbert
2017-07-16 21:16 Mike Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox