This stuff is rather niche, so let's move it to a profile similar to
lvm and raid.
class InitrdProfile(StrEnum):
lvm = enum.auto()
+ pkcs11 = enum.auto()
raid = enum.auto()
disabled.
The `lvm` profile enables support for LVM.
+ The `pkcs11` profile enables support for PKCS#11.
The `raid` profile enables support for RAID arrays.
`InitrdPackages=`, `--initrd-package=`
udev
bash # for emergency logins
less # this makes 'systemctl' much nicer to use ;)
- p11-kit # dl-opened by systemd
gzip # For compressed keymap unpacking by loadkeys
RemoveFiles=
--- /dev/null
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+[Content]
+Packages=p11-kit