1
0
mirror of https://github.com/rancher/os.git synced 2025-08-28 19:21:42 +00:00

Merge pull request #1070 from joshwget/dhcpcd-clientid

Switch dhcpcd to use clientid rather than duid
This commit is contained in:
Darren Shepherd 2016-06-29 22:58:43 -07:00 committed by GitHub
commit 475cc88cea

View File

@ -34,5 +34,6 @@ RUN rm /sbin/poweroff /sbin/reboot /sbin/halt && \
COPY inputrc /etc/inputrc
COPY entry.sh /usr/sbin/entry.sh
COPY growpart /usr/bin/growpart
RUN sed -i -e 's/duid/clientid/g' /etc/dhcpcd.conf
ENTRYPOINT ["/usr/sbin/entry.sh"]