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:
parent
14bdae4345
commit
0f3c7caf26
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue