diff options
| author | unitexe <unitexe70@gmail.com> | 2026-02-25 21:44:53 -0600 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2026-02-25 21:48:06 -0600 |
| commit | e969001100e1765b56eff6ffe7bc943ea585d662 (patch) | |
| tree | 1b9cc6f8604a10af02126579484c7b46cf0e0310 | |
| parent | 4ae980f0e69f7ca770798688535308a06a8ccf74 (diff) | |
Add bootsplash and observability as valid IMAGE_FEATURES
| -rw-r--r-- | meta-unit-core/recipes-unit/images/unit-image-base.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-unit-core/recipes-unit/images/unit-image-base.inc b/meta-unit-core/recipes-unit/images/unit-image-base.inc index 8b8d481..e910931 100644 --- a/meta-unit-core/recipes-unit/images/unit-image-base.inc +++ b/meta-unit-core/recipes-unit/images/unit-image-base.inc @@ -1,6 +1,9 @@ inherit core-image inherit image-buildinfo +IMAGE_FEATURES[validitems] += "bootsplash" +IMAGE_FEATURES[validitems] += "observability" + IMAGE_INSTALL:append = " packagegroup-unit-networking" IMAGE_INSTALL:append = " packagegroup-unit-system" IMAGE_INSTALL:append = " packagegroup-unit-systemd" |
