Merge "aarch64: Exclude syslinux from ironic conductor packages" into stable/2024.1
This commit is contained in:
commit
7eb2f9e9d9
@ -23,8 +23,12 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
|||||||
'util-linux',
|
'util-linux',
|
||||||
'xfsprogs',
|
'xfsprogs',
|
||||||
'genisoimage',
|
'genisoimage',
|
||||||
'syslinux',
|
|
||||||
] %}
|
] %}
|
||||||
|
{% if base_arch in ['x86_64'] %}
|
||||||
|
{% set ironic_conductor_packages = ironic_conductor_packages + [
|
||||||
|
'syslinux'
|
||||||
|
] %}
|
||||||
|
{% endif %}
|
||||||
{% elif base_package_type == 'deb' %}
|
{% elif base_package_type == 'deb' %}
|
||||||
{% set ironic_conductor_packages = [
|
{% set ironic_conductor_packages = [
|
||||||
'bsdmainutils',
|
'bsdmainutils',
|
||||||
|
Loading…
Reference in New Issue
Block a user