solus-packages/packages/s/systemd
Reilly Brogan 10aad2840b systemd: Update to v253.10
Release notes available [here](https://github.com/systemd/systemd-stable/compare/v253.9...v253.10)

Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
2023-09-09 17:20:32 -05:00
..
files systemd: Fix swap after util-linux changes 2023-08-11 21:53:48 -05:00
.gitmodules systemd: Update solus-secureboot-keys git submodule for GH migration 2023-08-14 12:06:32 +01:00
abi_libs systemd: Enable FIDO2, PKCS11 and TPM2 cryptsetup integration 2023-07-31 18:44:04 -05:00
abi_libs32 systemd: Move pam modules 2023-08-29 11:19:26 -05:00
abi_symbols systemd: Update to v253.9 2023-09-07 20:10:17 -05:00
abi_symbols32 systemd: Update to v253.9 2023-09-07 20:10:17 -05:00
abi_used_libs systemd: Rebuild against openssl and kerberos 2023-08-25 12:57:37 -05:00
abi_used_libs32 systemd: Move pam modules 2023-08-29 11:19:26 -05:00
abi_used_symbols systemd: Rebuild against openssl and kerberos 2023-08-25 12:57:37 -05:00
abi_used_symbols32 systemd: Move pam modules 2023-08-29 11:19:26 -05:00
Makefile systemd: Initial commit 2015-06-14 16:39:41 +01:00
package.yml systemd: Update to v253.10 2023-09-09 17:20:32 -05:00
pspec_x86_64.xml systemd: Update to v253.10 2023-09-09 17:20:32 -05:00
README.md systemd: Add README.md 2023-08-04 15:02:52 +02:00

systemd secure boot support in git submodule

Cloning

When cloning this repo, please use git clone --recurse-submodules <URI>.

Without this, the solus secure boot certificate will not be included in the build manifest after a successful build.

Updating

If you already have a clone of the systemd repo but have not yet added the git submodule, you can do so with:

git submodule update --init --recursive

This will initialise and fetch an up-to-date version of the submodule into your working copy.