Skip to content

Commit

Permalink
Add new varaiable to differntiate vanilla and coco
Browse files Browse the repository at this point in the history
  • Loading branch information
miz060 committed Dec 18, 2023
1 parent a87727f commit 65a56e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/osbuilder/rootfs-builder/cbl-mariner/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
OS_NAME=cbl-mariner
OS_VERSION=${OS_VERSION:-2.0}
LIBC="gnu"
PACKAGES="kata-packages-coco-uvm"
PACKAGES="kata-packages-uvm"
[ "$CONF_GUEST" = yes ] && PACKAGES+=" kata-packages-coco-uvm"
[ "$AGENT_INIT" = no ] && PACKAGES+=" systemd"
[ "$SECCOMP" = yes ] && PACKAGES+=" libseccomp"
[ "$AGENT_POLICY" = yes ] && PACKAGES+=" opa" || true

0 comments on commit 65a56e7

Please sign in to comment.