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

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
}