distro/image-minimal: Add base tools

For the terminals to work properly and have some basic tools these
packages are necessary.

id:418214
This commit is contained in:
Alexandre Bard 2023-08-18 14:43:07 +02:00
parent 14bdae4345
commit 0f3c7caf26
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ COREOS_IMAGE_GENERATE_UKI = "0"
COREOS_IMAGE_GENERATE_SWU = "0"
IMAGE_INSTALL:append = " \
coreutils \
ncurses-terminfo-base \
\
networkmanager-nmcli \
systemd-conf \
nwl-tests-kernel \