blob: 7b6af7ee4a68bcc9b838cce6e684c65e31c8bbdf (
plain)
1
2
3
4
5
6
7
|
SUMMARY = "A minimal container guest image"
require recipes-platform/images/agl-image-boot.inc
IMAGE_LINGUAS = " "
IMAGE_ROOTFS_EXTRA_SPACE_append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "" ,d)}"
|