Skip to content

Commit 0b74f3b

Browse files
committed
overlay profiles: Enable cryptsetup in SDK systemd
The cryptsetup useflag is required for signing sysexts built with systemd-repart.
1 parent 6f4f56e commit 0b74f3b

File tree

1 file changed

+1
-0
lines changed
  • sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk

1 file changed

+1
-0
lines changed

sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/make.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FLATCAR_TYPE=sdk
22

33
USE="cros_host expat man -pam"
4+
USE="${USE} cryptsetup"
45

56
# Enable CPU architectures needed by Rust builds
67
LLVM_TARGETS="X86 AArch64"

0 commit comments

Comments
 (0)