table of contents
- bullseye 247.3-7+deb11u1
- bullseye-backports 251.3-1~bpo11+1
- testing 251.6-1
- unstable 252~rc3-2
- experimental 252~rc3-1
SYSTEMD-VERITYSETUP-GENERATOR(8) | systemd-veritysetup-generator | SYSTEMD-VERITYSETUP-GENERATOR(8) |
NAME¶
systemd-veritysetup-generator - Unit generator for verity protected block devices
SYNOPSIS¶
/lib/systemd/system-generators/systemd-veritysetup-generator
DESCRIPTION¶
systemd-veritysetup-generator is a generator that translates kernel command line options configuring verity protected block devices into native systemd units early at boot and when configuration of the system manager is reloaded. This will create systemd-veritysetup@.service(8) units as necessary.
Currently, only two verity devices may be set up with this generator, backing the root and /usr file systems of the OS.
systemd-veritysetup-generator implements systemd.generator(7).
KERNEL COMMAND LINE¶
systemd-veritysetup-generator understands the following kernel command line parameters:
systemd.verity=, rd.systemd.verity=
roothash=
systemd.verity_root_data=, systemd.verity_root_hash=
systemd.verity_root_options=
usrhash=, systemd.verity_usr_data=, systemd.verity_usr_hash=, systemd.verity_usr_options=
SEE ALSO¶
systemd(1), systemd-veritysetup@.service(8), veritysetup(8), systemd-fstab-generator(8)
systemd 252 |