mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-19 06:14:33 +01:00
Merge pull request #7122 from BbolroC/set-default-aa-kbc-for-cc-initrd
CC: Set default value for AA_KBC for cc_rootfs_initrd_tarball
This commit is contained in:
@@ -655,7 +655,8 @@ install_cached_kernel_tarball_component() {
|
||||
}
|
||||
|
||||
install_cc_initrd() {
|
||||
info "Create initrd"
|
||||
export AA_KBC="${AA_KBC:-offline_fs_kbc}"
|
||||
info "Create CC initrd configured with AA_KBC=${AA_KBC}"
|
||||
"${rootfs_builder}" --imagetype=initrd --prefix="${cc_prefix}" --destdir="${destdir}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user