Skip to content

Commit

Permalink
Add kernel arguments to configure whether unlock happens in initramfs…
Browse files Browse the repository at this point in the history
… or late userspace
  • Loading branch information
Simon Campion committed Mar 3, 2024
1 parent f7f92fa commit 2d69649
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kola/tests/misc/tang.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ const (
"timeouts": {},
"version": "3.3.0"
},
"kernelArguments": {
"shouldExist": ["rd.clevis_unlock=network", "systemd.mask=systemd-cryptsetup@rootencrypted.service"]
},
"networkd": {},
"storage": {
"disks": [
Expand Down
3 changes: 3 additions & 0 deletions kola/tests/misc/tpm.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ const (
"timeouts": {},
"version": "3.3.0"
},
"kernelArguments": {
"shouldExist": ["rd.clevis_unlock=no_network", "systemd.mask=systemd-cryptsetup@rootencrypted.service"]
},
"networkd": {},
"storage": {
"disks": [
Expand Down

0 comments on commit 2d69649

Please sign in to comment.