summaryrefslogtreecommitdiff
path: root/mkosi.default.d
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2022-07-15 02:30:01 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2022-07-18 10:20:43 +0200
commita6e6b6954c3b245894f50929190ac687eda9019b (patch)
tree23a937e32b3fda5f09cdb124df01ea22af9337f1 /mkosi.default.d
parentcbc2593eeaf35a42881319d7fa50b12fc5584bf9 (diff)
downloadsystemd-a6e6b6954c3b245894f50929190ac687eda9019b.tar.gz
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.
Diffstat (limited to 'mkosi.default.d')
-rw-r--r--mkosi.default.d/arch/10-mkosi.arch2
-rw-r--r--mkosi.default.d/centos_epel/10-mkosi.centos_epel2
-rw-r--r--mkosi.default.d/debian/10-mkosi.debian1
-rw-r--r--mkosi.default.d/fedora/10-mkosi.fedora2
-rw-r--r--mkosi.default.d/opensuse/10-mkosi.opensuse2
-rw-r--r--mkosi.default.d/ubuntu/10-mkosi.ubuntu1
6 files changed, 10 insertions, 0 deletions
diff --git a/mkosi.default.d/arch/10-mkosi.arch b/mkosi.default.d/arch/10-mkosi.arch
index 55e8a206c8..822da035d8 100644
--- a/mkosi.default.d/arch/10-mkosi.arch
+++ b/mkosi.default.d/arch/10-mkosi.arch
@@ -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
diff --git a/mkosi.default.d/centos_epel/10-mkosi.centos_epel b/mkosi.default.d/centos_epel/10-mkosi.centos_epel
index cf6c74f01c..42b3c11629 100644
--- a/mkosi.default.d/centos_epel/10-mkosi.centos_epel
+++ b/mkosi.default.d/centos_epel/10-mkosi.centos_epel
@@ -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
diff --git a/mkosi.default.d/debian/10-mkosi.debian b/mkosi.default.d/debian/10-mkosi.debian
index 7aa0194a60..44e8521d9a 100644
--- a/mkosi.default.d/debian/10-mkosi.debian
+++ b/mkosi.default.d/debian/10-mkosi.debian
@@ -73,6 +73,7 @@ Packages=
locales
nano
strace
+ xxd
# Required to run systemd-networkd-tests.py
python3
iproute2
diff --git a/mkosi.default.d/fedora/10-mkosi.fedora b/mkosi.default.d/fedora/10-mkosi.fedora
index 8859816483..a6b58c7589 100644
--- a/mkosi.default.d/fedora/10-mkosi.fedora
+++ b/mkosi.default.d/fedora/10-mkosi.fedora
@@ -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
diff --git a/mkosi.default.d/opensuse/10-mkosi.opensuse b/mkosi.default.d/opensuse/10-mkosi.opensuse
index a2d35378f7..53fe2f3c93 100644
--- a/mkosi.default.d/opensuse/10-mkosi.opensuse
+++ b/mkosi.default.d/opensuse/10-mkosi.opensuse
@@ -73,3 +73,5 @@ Packages=
nano
strace
util-linux
+ # xxd is provided by the vim package
+ vim
diff --git a/mkosi.default.d/ubuntu/10-mkosi.ubuntu b/mkosi.default.d/ubuntu/10-mkosi.ubuntu
index 109bd468dc..909703a60d 100644
--- a/mkosi.default.d/ubuntu/10-mkosi.ubuntu
+++ b/mkosi.default.d/ubuntu/10-mkosi.ubuntu
@@ -71,6 +71,7 @@ Packages=
locales
nano
strace
+ xxd
# Required to run systemd-networkd-tests.py
python3
iproute2