16 lines
269 B
BlitzBasic
16 lines
269 B
BlitzBasic
SUMMARY = "A tiny image"
|
|
HOMEPAGE = "https://blackfinn.de"
|
|
LICENSE = "MIT"
|
|
|
|
require tiny-image-base.inc
|
|
|
|
IMAGE_INSTALL_append = " \
|
|
initscripts \
|
|
init-ifupdown \
|
|
podman \
|
|
podman-compose \
|
|
cgroup-lite \
|
|
"
|
|
|
|
export IMAGE_BASENAME = "podman-host-image"
|