citadel/meta-citadel/recipes-citadel/images/citadel-image-minimal.bb
Bruce Leidl 5ff3c559a4 step one of reorganizing meta-citadel
recipes-citadel is for things other than recipes to package software
2018-03-27 18:38:34 -04:00

18 lines
334 B
BlitzBasic

DESCRIPTION = "Subgraph OS Citadel minimal image builder"
LICENSE = "MIT"
IMAGE_FEATURES_append = " empty-root-password"
IMAGE_INSTALL = "\
packagegroup-core-boot \
packagegroup-core-full-cmdline-utils \
"
ROOT_PASSWORD ?= "citadel"
inherit core-image
WKS_FILE="citadel-image-minimal.wks"
DEPENDS += "linux-citadel"