Merge pull request #8211 from BbolroC/sealed_secret_s390x

cc|rootfs: Define SEALED_SECRET for cc-rootfs-initrd-tarball
This commit is contained in:
Steve Horsman 2023-10-13 15:53:57 +01:00 committed by GitHub
commit 0eda83fa52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -481,6 +481,7 @@ install_cached_kernel_tarball_component() {
install_cc_initrd() {
export AA_KBC="${AA_KBC:-offline_fs_kbc}"
export SEALED_SECRET=yes
info "Create CC initrd configured with AA_KBC=${AA_KBC}"
install_initrd
}