diff options
| author | Roy Marples <roy@marples.name> | 2020-01-27 21:47:24 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-01-27 21:47:24 +0000 |
| commit | bc88848fc36faad643a927ec00d6c7424695292b (patch) | |
| tree | f0cbc2216dc8985529a5da424d612e84d4bd60ab /README.md | |
| parent | 4c1969a26178f69699c1799b56888a2bf4d9c77d (diff) | |
| download | dhcpcd-bc88848fc36faad643a927ec00d6c7424695292b.tar.xz | |
Mention chroot
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -94,12 +94,14 @@ unpriviledged user (default _dhcpcd). The Makefile `_confinstall` target will attempt to move the files correctly from the old locations to the new locations. -dhcpcd-9 defaults the run directory to `/var/run/dhcpcd` instead of -`/var/run` and the prefix of dhcpcd has been removed from the files. - Of course this won't work if dhcpcd is packaged up, so packagers will need to install similar logic into their dhcpcd package. +dhcpcd-9 defaults the run directory to `/var/run/dhcpcd` instead of +`/var/run` and the prefix of dhcpcd has been removed from the files. +dhcpcd-9 may also run in a chroot, `/var/chroot/dhcpcd` so all the files +could be relative to that. + ## ChangeLog We no longer supply a ChangeLog. However, you're more than welcome to read the |
