We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9f22a commit 42ae262Copy full SHA for 42ae262
images/01-base/Dockerfile
@@ -35,6 +35,7 @@ COPY inputrc /etc/inputrc
35
COPY growpart /usr/bin/growpart
36
COPY start_ntp.sh /bin/start_ntp.sh
37
COPY dhcpcd.enter-hook /etc/dhcpcd.enter-hook
38
+COPY dhcpcd.debug /usr/share/logrotate/logrotate.d/
39
RUN sed -i s/"partx --update \"\$part\" \"\$dev\""/"partx --update --nr \"\$part\" \"\$dev\""/g /usr/bin/growpart && \
40
sed -i -e 's/duid/clientid/g' /etc/dhcpcd.conf && \
41
sed -i 1,10d /etc/rsyslog.conf && \
images/01-base/dhcpcd.debug
@@ -0,0 +1,7 @@
1
+/var/log/dhcpcd.debug.log
2
+{
3
+ rotate 7
4
+ daily
5
+ missingok
6
+ copytruncate
7
+}
0 commit comments