Commit Graph

3 Commits (master)

Author SHA1 Message Date
Dustin f69ad39547 rootfs: Link /etc/resolv.conf to /run
dustin/metricspi/pipeline/head This commit looks good Details
By default, Buildroot creates `/etc/resolv.conf` as a symlink to
`/tmp/resolv.conf`.  This allows it to be modified at runtime, even if
`/` is on a read-only filesystem (assuming `/tmp` is not).
Unfortunately, this causes problems for systemd units with
`PrivateTmp=yes`, because they are not able to read the `resolv.conf`
file.

A more appropriate location for the writable `resolv.conf` is `/run`.
This filesystem is not affected by the `PrivateTmp` setting, and is
always available to units.
2022-08-08 21:28:18 -05:00
Dustin ff9b2d02f4 dhcpcd.conf: Correct NTP sources file
Chrony will only read extra sources from files in the directory
specified by `sourcedir` if they end with `.sources`.
2022-06-28 17:13:53 -05:00
Dustin 50d2f3459b Initial commit 2022-06-22 17:06:58 -05:00