diff options
| author | unitexe <unitexe70@gmail.com> | 2026-02-25 23:53:22 -0600 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2026-03-02 22:51:24 -0600 |
| commit | 3948edca2edba3bed518e1bf3f8b79d80499b7dc (patch) | |
| tree | 009a072e52b77ed6210788e36f9d55a406972b00 | |
| parent | ab901c199fbbd853d2c3edc5c9366900225b2daa (diff) | |
Rename bootsplash image feature to boot-splash
| -rw-r--r-- | meta-unit-core/recipes-unit/images/unit-image-base.inc | 2 |
1 files changed, 1 insertions, 1 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 e910931..5ff6c4d 100644 --- a/meta-unit-core/recipes-unit/images/unit-image-base.inc +++ b/meta-unit-core/recipes-unit/images/unit-image-base.inc @@ -1,7 +1,7 @@ inherit core-image inherit image-buildinfo -IMAGE_FEATURES[validitems] += "bootsplash" +IMAGE_FEATURES[validitems] += "boot-splash" IMAGE_FEATURES[validitems] += "observability" IMAGE_INSTALL:append = " packagegroup-unit-networking" |
