mirror of
https://github.com/getsolus/packages.git
synced 2025-04-26 04:40:17 +03:00
![]() Release notes available [here](https://github.com/systemd/systemd-stable/compare/v253.9...v253.10) Signed-off-by: Reilly Brogan <reilly@reillybrogan.com> |
||
---|---|---|
.. | ||
files | ||
.gitmodules | ||
abi_libs | ||
abi_libs32 | ||
abi_symbols | ||
abi_symbols32 | ||
abi_used_libs | ||
abi_used_libs32 | ||
abi_used_symbols | ||
abi_used_symbols32 | ||
Makefile | ||
package.yml | ||
pspec_x86_64.xml | ||
README.md |
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.