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:
commit
475cc88cea
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user