mkosi: Install xxd in images

Came in handy while working on
https://github.com/systemd/systemd/pull/24024 so let's install it
in the image by default.
This commit is contained in:
Daan De Meyer 2022-07-15 02:30:01 +02:00
parent cbc2593eea
commit a6e6b6954c
6 changed files with 10 additions and 0 deletions

View File

@ -63,6 +63,8 @@ Packages=
# For testing systemd's zsh completion scripts
# Run `autoload -Uz compinit; compinit` from a zsh shell in the booted image to enable completions.
zsh
# xxd is provided by the vim package
vim
# Required to run systemd-networkd-tests.py
python
iproute

View File

@ -76,6 +76,8 @@ Packages=
less
netcat
e2fsprogs
# xxd is provided by the vim-common package
vim-common
# Required to run systemd-networkd-tests.py
python3
iproute

View File

@ -73,6 +73,7 @@ Packages=
locales
nano
strace
xxd
# Required to run systemd-networkd-tests.py
python3
iproute2

View File

@ -75,6 +75,8 @@ Packages=
netcat
e2fsprogs
compsize
# xxd is provided by the vim-common package
vim-common
# Required to run systemd-networkd-tests.py
python
iproute

View File

@ -73,3 +73,5 @@ Packages=
nano
strace
util-linux
# xxd is provided by the vim package
vim

View File

@ -71,6 +71,7 @@ Packages=
locales
nano
strace
xxd
# Required to run systemd-networkd-tests.py
python3
iproute2