From 89f6ab11089cbb32be53e10d17f1a431076e0cc8 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 4 Dec 2019 12:55:49 +0100 Subject: [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) --- slx-builder/tasks/distro.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3-55-g7522