metricspi/rootfs
Dustin f69ad39547
dustin/metricspi/pipeline/head This commit looks good Details
rootfs: Link /etc/resolv.conf to /run
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
..
overlay rootfs: Link /etc/resolv.conf to /run 2022-08-08 21:28:18 -05:00
device_table.txt Initial commit 2022-06-22 17:06:58 -05:00
post-fakeroot.sh Initial commit 2022-06-22 17:06:58 -05:00
post-image.sh Initial commit 2022-06-22 17:06:58 -05:00
users Define victoriametrics user in the package 2022-06-28 17:13:53 -05:00