summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2019-12-04 12:55:49 +0100
committerJonathan Bauer2019-12-04 12:55:49 +0100
commit89f6ab11089cbb32be53e10d17f1a431076e0cc8 (patch)
treeb53c290d06937f14e00ec3a41eace99993a1f16f
parent[slx-builder] update build-initramfs.sh to stable branch (diff)
downloadansible-dracut-89f6ab11089cbb32be53e10d17f1a431076e0cc8.tar.gz
ansible-dracut-89f6ab11089cbb32be53e10d17f1a431076e0cc8.tar.xz
ansible-dracut-89f6ab11089cbb32be53e10d17f1a431076e0cc8.zip
[slx-builder] add curl and python
missing deps for dracut download and xmount (they were gone since ansible/curl is gone from the preseed/ks list of default packages)
-rw-r--r--slx-builder/tasks/distro.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/slx-builder/tasks/distro.yml b/slx-builder/tasks/distro.yml
index 2cc6f0c..a1e79a4 100644
--- a/slx-builder/tasks/distro.yml
+++ b/slx-builder/tasks/distro.yml
@@ -10,6 +10,8 @@
- afflib-devel
- device-mapper
- wget
+ - curl
+ - python
- systemd-networkd
- systemd-resolved
- kexec-tools
@@ -25,6 +27,8 @@
- libafflib-dev
- libjansson-dev
- dmsetup
+ - curl
+ - python
- iputils-arping
- kexec-tools
- libkmod-dev