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= Packages=
gdb gdb
libidn2 libidn2
nano
qrencode qrencode
strace strace
vi
[Host] [Host]
QemuHeadless=yes 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 # 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 libtss2-dev
locales locales
nano
strace strace
vim-tiny
[Host] [Host]
QemuHeadless=yes 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 can be dropped once the Fedora RPM gets a dependency on them
libfido2 libfido2
libzstd libzstd
nano
# procps-ng provides a set of useful utilies (ps, free, etc) # procps-ng provides a set of useful utilies (ps, free, etc)
procps-ng procps-ng
strace strace
tpm2-tss tpm2-tss
vi
BuildDirectory=mkosi.builddir BuildDirectory=mkosi.builddir
Cache=mkosi.cache Cache=mkosi.cache

View File

@ -76,8 +76,10 @@ Packages=
libqrencode4 libqrencode4
libseccomp2 libseccomp2
pam pam
nano
strace strace
util-linux util-linux
vi
[Host] [Host]
QemuHeadless=yes 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 # 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 libtss2-dev
locales locales
nano
strace strace
vim-tiny
[Host] [Host]
QemuHeadless=yes QemuHeadless=yes