Go to file
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
ci ci: Install git 2022-08-07 10:18:36 -05:00
configs Add and enable blackbox_exporter package 2022-08-06 16:05:21 -05:00
initramfs/overlay Initial commit 2022-06-22 17:06:58 -05:00
package pkg/v-m: vmagent: Remove IP address restrictions 2022-08-07 21:29:26 -05:00
rootfs rootfs: Link /etc/resolv.conf to /run 2022-08-08 21:28:18 -05:00
.editorconfig Initial commit 2022-06-22 17:06:58 -05:00
.gitignore Initial commit 2022-06-22 17:06:58 -05:00
Config.in Add and enable blackbox_exporter package 2022-08-06 16:05:21 -05:00
Makefile package: Include Pi firmware in archive root 2022-06-23 10:26:04 -05:00
cmdline.txt Initial commit 2022-06-22 17:06:58 -05:00
config.txt Initial commit 2022-06-22 17:06:58 -05:00
external.desc Initial commit 2022-06-22 17:06:58 -05:00
external.mk Install Victoria Metrics 2022-06-23 10:59:07 -05:00
linux.config Initial commit 2022-06-22 17:06:58 -05:00
nsswitch.conf Initial commit 2022-06-22 17:06:58 -05:00