Commit Graph

362 Commits

Author SHA1 Message Date
Rudi Heitbaum
ed8681ff03 Merge pull request #9057 from CvH/13.0/shfmt
cleanup script formatting
2024-07-27 18:24:18 +10:00
Rudi Heitbaum
336c9de73b systemd: update to 256.4
Release notes:
- https://github.com/systemd/systemd/releases
2024-07-27 04:06:56 +00:00
Christian Hewitt
c68255beb3 systemd: add UR02 BT remote device to 70-local-keyboard.hwdb 2024-07-19 06:02:02 +00:00
Rudi Heitbaum
bcd115c516 systemd: update to 256.2
Release notes:
- https://github.com/systemd/systemd/releases
2024-07-07 05:20:22 +00:00
CvH
67dcda694b cleanup scripts: packages/ 2024-07-06 13:02:07 +02:00
Ian Leonard
f3565d0b97 systemd: replace toolchain depend
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2024-07-03 00:06:04 -04:00
Rudi Heitbaum
4ccc2da5bb systemd: update to 256.1
Release notes:
- https://github.com/systemd/systemd/releases
2024-06-20 11:05:09 +00:00
Rudi Heitbaum
f2b734f4d5 systemd: update to 256
Release notes:
- https://github.com/systemd/systemd/releases
2024-06-13 05:48:41 +00:00
Rudi Heitbaum
6ef80a6926 systemd: update to 255.7
Release notes:
- https://github.com/systemd/systemd/releases
2024-05-28 10:59:59 +00:00
Rudi Heitbaum
e03c61f529 systemd: update to 255.6
Release notes:
- https://github.com/systemd/systemd/releases
2024-05-15 12:48:03 +00:00
Christian Hewitt
80b7f09fcc Merge pull request #8792 from antonlacon/timedatectl
systemd: remove timedatectl
2024-05-02 19:37:26 +04:00
Rudi Heitbaum
01cde71c92 systemd: update to 255.5
Release notes:
- https://github.com/systemd/systemd/releases
2024-04-28 00:30:13 +00:00
Ian Leonard
c6f5b3bd6b systemd: remove timedatectl
This does nothing without timedated enabled.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2024-04-06 15:17:48 -04:00
Christian Hewitt
d763c1eb28 systemd: add GoogleTV remote to 70-local-keyboard.hwdb
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
2024-03-24 14:59:44 +00:00
Rudi Heitbaum
4fecb340e5 systemd: update to 255.4
Release notes:
- https://github.com/systemd/systemd/releases
2024-02-28 09:09:48 +00:00
Dimitris Papavasiliou
07d9931825 sysutils: fix openvpn.service.sample 2024-02-26 21:48:57 +02:00
Rudi Heitbaum
ffcaa201ed systemd: update to 255.3
Release notes:
- https://github.com/systemd/systemd/releases
- https://github.com/systemd/systemd-stable/compare/v255.2...v255.3
2024-01-25 13:03:59 +00:00
Rudi Heitbaum
dadfb6086a systemd: update to 255.2
Release notes:
- https://github.com/systemd/systemd/releases
2023-12-27 05:47:28 +00:00
Rudi Heitbaum
1c76ca2fcb systemd: update to 255.1
Release notes:
- https://github.com/systemd/systemd/releases
- https://github.com/systemd/systemd-stable/compare/v255...v255.1
2023-12-16 13:17:55 +00:00
Rudi Heitbaum
a7f20da01a systemd: update boolean to string in config 2023-12-08 08:56:11 +00:00
Rudi Heitbaum
8fca16ecfc systemd: update to 255
Release notes:
- https://github.com/systemd/systemd/releases
2023-12-08 08:56:11 +00:00
Rudi Heitbaum
22d377442c systemd: update to 254.7
Release notes:
- https://github.com/systemd/systemd/releases

Log:
- https://github.com/systemd/systemd-stable/compare/v254.6...v254.7
2023-11-30 10:45:10 +00:00
Rudi Heitbaum
d8594004bf systemd: sanitize /etc/group and gids
sgx group was added in systemd-248 in commit
- c9c4899f44

Fixes warnings at boot by: systemd-udevd and dbus-daemon at boot:
  ~ # journalctl | grep Unknown
  systemd-udevd[525]: /usr/lib/udev/rules.d/50-udev-default.rules:56 Unknown group 'sgx', ignoring.
  systemd-udevd[525]: /usr/lib/udev/rules.d/50-udev-default.rules:57 Unknown group 'sgx', ignoring.
  dbus-daemon[568]: dbus[568]: Unknown group "wheel" in message bus configuration file
  dbus-daemon[568]: dbus[568]: Unknown username "systemd-oom" in message bus configuration file

renumber gids:
- input 199 -> 104
- kvm 10 -> 36
- render 12 -> 105

ref:
- 9a797ddc41
- https://pagure.io/setup/blob/master/f/uidgid
2023-11-29 10:37:45 +00:00
Rudi Heitbaum
d7298c7398 systemd: update to 254.6
Release notes:
- https://github.com/systemd/systemd/releases
2023-11-10 09:46:40 +00:00
Rudi Heitbaum
1e8a25c5dc systemd: update to 254.5
Release notes:
- https://github.com/systemd/systemd/releases

Log:
- https://github.com/systemd/systemd-stable/compare/v254.4...v254.5
2023-10-03 16:20:35 +00:00