Commit Graph

294 Commits

Author SHA1 Message Date
CvH
c9a0c6cd09 Merge pull request #6579 from lrusak/systemd-cgroups
systemd: use unified cgroups
2022-06-13 18:41:47 +02:00
Rudi Heitbaum
f8016b08c6 systemd: update to 251.2 2022-06-08 12:52:02 +00:00
Lukas Rusak
6b6033b6ef systemd: use unified cgroups 2022-06-07 15:49:26 -07:00
Rudi Heitbaum
241f7a1ad6 systemd: update to 251.1
ann:
- https://lists.freedesktop.org/archives/systemd-devel/2022-May/047976.html

log:
- https://github.com/systemd/systemd-stable/compare/v251...v251.1
2022-05-25 09:35:02 +00:00
Lukas Rusak
44e070835c systemd: add pipewire to audio and video groups 2022-05-20 15:16:02 -07:00
Rudi Heitbaum
836a70f55f systemd: update to 250.5
log:
- https://github.com/systemd/systemd-stable/compare/v250.4...v250.5
2022-05-06 08:31:30 +00:00
CvH
e07a360c6e Merge pull request #6175 from heitbaum/pkginfo
PKGCONFIG use ./lib/pkgconfig/ for both host and target
2022-04-02 11:58:29 +02:00
Matthias Reichl
7c5d8862a8 systemd: drop 80-clock.rules
This is no longer needed as all kernels have CONFIG_RTC_HCTOSYS enabled

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-03-28 20:05:45 +02:00
Rudi Heitbaum
fc5820b4ef systemd: update to 250.4
required update to support kernel 5.17
https://patch-diff.githubusercontent.com/raw/systemd/systemd/pull/22312.patch
2022-03-12 02:53:55 +00:00
Christian Hewitt
12234388a4 systemd: disable time based rotation of the journal 2022-02-19 11:01:39 +00:00
heitbaum
423183d431 systemd: set PKGCONFIG directory to /usr/lib/pkgconfig 2022-01-30 12:17:21 +00:00
heitbaum
e30f432991 systemd: update to 250.3 2022-01-19 10:52:28 +00:00
heitbaum
5bee631071 systemd: update to 247.10 2021-10-29 21:39:54 +11:00
heitbaum
b2484c68fe systemd: update to 247.9
update from 247.7 (2021-05-16) to 247.9 (2021-08-07)

changelog:
- https://github.com/systemd/systemd-stable/compare/v247.7...v247.9
2021-08-17 21:23:29 +10:00
CvH
9099377b1d Merge pull request #5204 from lrusak/systemd-hwdb
systemd: use default hwdb service
2021-08-11 13:11:43 +02:00
CvH
8c196a1a70 Merge pull request #5279 from heitbaum/systemd
systemd: update to 247.7
2021-08-11 13:10:25 +02:00
mglae
cd1ecef50d systemd/busybox: allow configuration of persistent logs and journal via settings addon 2021-08-07 23:03:09 +02:00
mglae
830c72fe53 systemd: fix systemd-machine-id-setup for v247 special case 2021-05-27 19:58:25 +02:00
heitbaum
0ab2c1a218 systemd: update to 247.7
update 247.3 (2021-02-03) to 247.7 (2021-05-16)

diffs: https://github.com/systemd/systemd-stable/compare/v247.3...v247.4
diffs: https://github.com/systemd/systemd-stable/compare/v247.4...v247.5
diffs: https://github.com/systemd/systemd-stable/compare/v247.5...v247.6
diffs: https://github.com/systemd/systemd-stable/compare/v247.6...v247.7

prs: https://github.com/systemd/systemd-stable/pulls?q=is%3Apr+is%3Aclosed

logs: https://github.com/systemd/systemd-stable/commits/v247.7
2021-05-23 09:04:08 +00:00
Lukas Rusak
a5099794ec systemd: use default hwdb service 2021-03-02 08:15:12 -08:00
Matthias Reichl
9a3ba922db Merge pull request #5068 from heitbaum/aa-s4
systemd: update to 247.3
2021-02-16 23:35:14 +01:00
heitbaum
bbe5cb5fc5 systemd: update to 247.3
update 247 to 247.3
changelog:
use systemd-stable source as it includes backports of patches from systemd
git to stable distributions
2021-02-14 20:50:00 +00:00
Matthias Reichl
8f1344f6fd Move kernel overlays setup to init
When running kernel-overlays-setup as a systemd service we have
a short window where /lib/firmware isn't available.

This causes drm edid override to occasionally fail if the edid file
is requested between switching to sysroot and completion of the
kernel-overlays-setup script.

Setting up firmware and module overlays in init, before switching
to sysroot, closes the gap and also has the benefit that we no longer
need to care about the rather tedious systemd unit ordering.

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-02-08 16:16:17 +01:00
Ian Leonard
b31ce30170 sysutils: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:34:16 +00:00
Matthias Reichl
2f9d16a509 systemd: fix kernel-overlays.service ordering
kernel-overlays.service needs to be ordered before the modprobe@
instances, which were introduced in systemd 245, otherwise
modprobe@drm.service can run before /lib/firmware exists and
edid-override will fail.

Fix that by adding modprobe@.service template drop-in to order it
after kernel-overlays.service

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-12-22 20:48:06 +01:00