Skip to content
Snippets Groups Projects
Commit 15bcd372 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Adjust package name for Ubuntu Ironic"

parents cf79c8a6 1a676a36
No related branches found
No related tags found
No related merge requests found
...@@ -12,13 +12,13 @@ RUN yum -y install \ ...@@ -12,13 +12,13 @@ RUN yum -y install \
{% elif base_distro in ['ubuntu', 'debian'] %} {% elif base_distro in ['ubuntu', 'debian'] %}
RUN apt-get install --no-install-recommends \ RUN apt-get install -y --no-install-recommends \
tftpd-hpa \ tftpd-hpa \
syslinux-common \ syslinux-common \
pxelinux \ syslinux \
&& apt-get clean \ && apt-get clean \
&& mkdir -p /tftpboot \ && mkdir -p /tftpboot \
&& cp /usr/lib/syslinux/pxelinux.0 /var/lib/tftpboot/chain.c32 /tftpboot && cp /usr/lib/syslinux/pxelinux.0 /usr/lib/syslinux/chain.c32 /tftpboot
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment