summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xjob-cfg/d-i.yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py
index 0e25e10c..647e17ec 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -188,7 +188,7 @@ jobs = [
]
if "jenkins-test-vm" == os.uname()[1]:
- pkgs = [ 'debian-installer', 'preseed' ]
+ pkgs = [ 'debian-installer', 'preseed', 'debootstrap' ]
jobs = [ '{name}_build-group', '{name}_pu-build-group']
# add a special job for triggering from the pu/ branches