Skip to content

Commit a5eb14a

Browse files
committed
fixup! overlay profiles: Enable cryptsetup in SDK systemd
1 parent 618fc2a commit a5eb14a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

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

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

65
# Enable CPU architectures needed by Rust builds
76
LLVM_TARGETS="X86 AArch64"

sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.use

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ x11-libs/pixman static-libs
3131

3232
# Get latest EDK2 firmware for Secure Boot on arm64.
3333
app-emulation/qemu -pin-upstream-blobs
34+
35+
# Needed for signed sysexts using systemd-repart
36+
sys-apps/systemd cryptsetup

0 commit comments

Comments
 (0)