mirror of
https://github.com/systemd/systemd.git
synced 2024-12-04 15:53:41 +08:00
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:
parent
cbc2593eea
commit
a6e6b6954c
@ -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
|
||||
|
@ -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
|
||||
|
@ -73,6 +73,7 @@ Packages=
|
||||
locales
|
||||
nano
|
||||
strace
|
||||
xxd
|
||||
# Required to run systemd-networkd-tests.py
|
||||
python3
|
||||
iproute2
|
||||
|
@ -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
|
||||
|
@ -73,3 +73,5 @@ Packages=
|
||||
nano
|
||||
strace
|
||||
util-linux
|
||||
# xxd is provided by the vim package
|
||||
vim
|
||||
|
@ -71,6 +71,7 @@ Packages=
|
||||
locales
|
||||
nano
|
||||
strace
|
||||
xxd
|
||||
# Required to run systemd-networkd-tests.py
|
||||
python3
|
||||
iproute2
|
||||
|
Loading…
Reference in New Issue
Block a user