1
0
mirror of https://github.com/rancher/os.git synced 2025-09-24 20:09:21 +00:00

Remove seperate image for syslog

This commit is contained in:
Josh Curl
2016-11-03 16:43:41 -07:00
parent 33b6145162
commit db6475c811
4 changed files with 4 additions and 11 deletions

View File

@@ -34,6 +34,7 @@ RUN rm /sbin/poweroff /sbin/reboot /sbin/halt && \
COPY inputrc /etc/inputrc
COPY growpart /usr/bin/growpart
RUN sed -i s/"partx --update \"\$part\" \"\$dev\""/"partx --update --nr \"\$part\" \"\$dev\""/g /usr/bin/growpart && \
sed -i -e 's/duid/clientid/g' /etc/dhcpcd.conf
sed -i -e 's/duid/clientid/g' /etc/dhcpcd.conf && \
sed -i 1,10d /etc/rsyslog.conf
ENTRYPOINT ["/usr/bin/ros", "entrypoint"]