Merge "Add package systemd-sysv to bifrost-deploy image"

This commit is contained in:
Zuul 2019-09-19 21:21:58 +00:00 committed by Gerrit Code Review
commit a5178009d8
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ RUN rm -f $(find /lib/systemd/system/sysinit.target.wants/ ! -name systemd-tmpfi
rm -f /lib/systemd/system/anaconda.target.wants/*;
{% set bifrost_deploy_packages = [
'e2fsprogs'
'e2fsprogs',
'systemd-sysv',
] %}
{{ macros.install_packages(bifrost_deploy_packages | customizable("packages")) }}