mkosi: Add basic editors to final images

It's often useful to have an editor available to edit some random
config file in the final image. Let's install some basic editors
that don't take up too much space.
This commit is contained in:
Daan De Meyer 2020-12-19 19:47:50 +01:00 committed by Luca Boccassi
parent 2234c6a094
commit 262cd9facd
5 changed files with 10 additions and 0 deletions

View File

@ -56,8 +56,10 @@ BuildPackages=
Packages=
gdb
libidn2
nano
qrencode
strace
vi
[Host]
QemuHeadless=yes

View File

@ -73,7 +73,9 @@ Packages=
# We pull in the -dev package here, since the binary ones appear to change names too often, and the -dev package pulls the right deps in automatically
libtss2-dev
locales
nano
strace
vim-tiny
[Host]
QemuHeadless=yes

View File

@ -77,10 +77,12 @@ Packages=
# libfido2 + libzstd can be dropped once the Fedora RPM gets a dependency on them
libfido2
libzstd
nano
# procps-ng provides a set of useful utilies (ps, free, etc)
procps-ng
strace
tpm2-tss
vi
BuildDirectory=mkosi.builddir
Cache=mkosi.cache

View File

@ -76,8 +76,10 @@ Packages=
libqrencode4
libseccomp2
pam
nano
strace
util-linux
vi
[Host]
QemuHeadless=yes

View File

@ -76,7 +76,9 @@ Packages=
# We pull in the -dev package here, since the binary ones appear to change names too often, and the -dev package pulls the right deps in automatically
libtss2-dev
locales
nano
strace
vim-tiny
[Host]
QemuHeadless=yes