All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 00/10] Improvements to systemd
@ 2020-02-06  9:36 Norbert Lange
  2020-02-06  9:36 ` [Buildroot] [PATCH 01/10] package/systemd: move preset-all HOOK to fakeroot stage Norbert Lange
                   ` (9 more replies)
  0 siblings, 10 replies; 40+ messages in thread
From: Norbert Lange @ 2020-02-06  9:36 UTC (permalink / raw)
  To: buildroot

Hello,

this contains several cleanups ond improvements on systemd,
it replaces old patches [1] and [2], including the
requested changes.

1.   allow the hook to operate on files added from an overlay
2.   hooks libnss-systemd into the rootfs (so that DynamicUser
     option works correctly)
3.   and following: update and improve user accounts
     (depends on 2.)
7.   and following: support systemd catalog files
9.   run systemd-tmpfiles in fakeroot step


[1] - https://patchwork.ozlabs.org/patch/1222103/
[2] - https://patchwork.ozlabs.org/patch/1222179/


Norbert Lange (10):
  package/systemd: move preset-all HOOK to fakeroot stage
  package/systemd: add libnss-systemd to name resolution
  package/systemd: remove unused user accounts
  package/systemd: create "remote" user if the feature is enabled
  package/systemd: cosmetic rearrange list of users
  package/systemd: sync user comments to upstream
  Makefile: Handle systemd catalogs in PURGE_LOCALES
  package/systemd: add hook to update journalctl catalogs
  package/systemd: option to delete all catalog files
  package/systemd: invoke systemd-tmpfilesd on final image

 Makefile                   |  8 ++++++
 package/systemd/Config.in  | 12 ++++++++
 package/systemd/systemd.mk | 56 ++++++++++++++++++++++++++++++--------
 3 files changed, 65 insertions(+), 11 deletions(-)

--
2.24.1

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

end of thread, other threads:[~2020-06-08 10:38 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-06  9:36 [Buildroot] [PATCH 00/10] Improvements to systemd Norbert Lange
2020-02-06  9:36 ` [Buildroot] [PATCH 01/10] package/systemd: move preset-all HOOK to fakeroot stage Norbert Lange
2020-06-07 11:09   ` Jérémy ROSEN
2020-06-07 11:46     ` Yann E. MORIN
2020-06-07 12:07       ` Jérémy ROSEN
2020-06-07 11:47   ` Yann E. MORIN
2020-02-06  9:36 ` [Buildroot] [PATCH 02/10] package/systemd: add libnss-systemd to name resolution Norbert Lange
2020-06-07 11:10   ` Jérémy ROSEN
2020-06-07 11:40   ` Yann E. MORIN
2020-06-07 19:35     ` Norbert Lange
2020-06-08 10:09       ` Jérémy ROSEN
2020-06-08 10:38         ` Norbert Lange
2020-02-06  9:36 ` [Buildroot] [PATCH 03/10] package/systemd: remove unused user accounts Norbert Lange
2020-02-07  9:11   ` Jérémy ROSEN
2020-02-07 12:41     ` Norbert Lange
2020-02-07 12:43       ` Jérémy ROSEN
2020-02-07 12:52         ` Norbert Lange
2020-02-07 12:57           ` Jérémy ROSEN
2020-02-07 13:07             ` Norbert Lange
2020-02-06  9:36 ` [Buildroot] [PATCH 04/10] package/systemd: create "remote" user if the feature is enabled Norbert Lange
2020-02-07  9:11   ` Jérémy ROSEN
2020-02-06  9:36 ` [Buildroot] [PATCH 05/10] package/systemd: cosmetic rearrange list of users Norbert Lange
2020-02-07  9:13   ` Jérémy ROSEN
2020-02-07 12:47     ` Norbert Lange
2020-02-07 12:53       ` Jérémy ROSEN
2020-02-07 12:59         ` Norbert Lange
2020-02-07 13:07           ` Jérémy ROSEN
2020-02-07 13:11             ` Norbert Lange
2020-02-07 13:22               ` Jérémy ROSEN
2020-02-07 13:32                 ` Norbert Lange
2020-02-06  9:36 ` [Buildroot] [PATCH 06/10] package/systemd: sync user comments to upstream Norbert Lange
2020-02-06  9:36 ` [Buildroot] [PATCH 07/10] Makefile: Handle systemd catalogs in PURGE_LOCALES Norbert Lange
2020-02-06  9:36 ` [Buildroot] [PATCH 08/10] package/systemd: add hook to update journalctl catalogs Norbert Lange
2020-06-07 11:14   ` Jérémy ROSEN
2020-06-07 15:56   ` Yann E. MORIN
2020-06-07 20:05     ` Norbert Lange
2020-02-06  9:36 ` [Buildroot] [PATCH 09/10] package/systemd: option to delete all catalog files Norbert Lange
2020-02-06  9:36 ` [Buildroot] [PATCH 10/10] package/systemd: invoke systemd-tmpfilesd on final image Norbert Lange
2020-06-07 11:15   ` Jérémy ROSEN
2020-06-07 19:26     ` Norbert Lange

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.