summaryrefslogtreecommitdiffstats
path: root/job-cfg/d-i.yaml.py
diff options
context:
space:
mode:
Diffstat (limited to 'job-cfg/d-i.yaml.py')
-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 0625eba5..6da21d1a 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -165,7 +165,7 @@ jobs = [
]
if "jenkins-test-vm" == os.uname()[1]:
- pkgs = [ 'debian-installer', 'preseed', 'debootstrap', 'debian-installer-utils' ]
+ pkgs = [ 'debian-installer', 'preseed', 'debootstrap', 'debian-installer-utils', 'rootskel' ]
jobs = [ '{name}_build-group', '{name}_pu-build-group']
# add a special job for triggering from the pu/ branches