diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2022-07-15 02:30:01 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2022-07-18 10:20:43 +0200 |
commit | a6e6b6954c3b245894f50929190ac687eda9019b (patch) | |
tree | 23a937e32b3fda5f09cdb124df01ea22af9337f1 /mkosi.default.d/ubuntu/10-mkosi.ubuntu | |
parent | cbc2593eeaf35a42881319d7fa50b12fc5584bf9 (diff) | |
download | systemd-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/ubuntu/10-mkosi.ubuntu')
-rw-r--r-- | mkosi.default.d/ubuntu/10-mkosi.ubuntu | 1 |
1 files changed, 1 insertions, 0 deletions
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 |