[Git-commits] [grml/grml-live] 6b2e23: GRMLBASE/98-clean-chroot: avoid warning messages w...
Michael Prokop
noreply at github.com
Sat May 30 01:14:10 CEST 2020
Branch: refs/heads/master
Home: https://github.com/grml/grml-live
Commit: 6b2e23da6d77bcddd6f3bca595ec053eac2e9204
https://github.com/grml/grml-live/commit/6b2e23da6d77bcddd6f3bca595ec053eac2e9204
Author: Michael Prokop <mika at grml.org>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
M etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot
Log Message:
-----------
GRMLBASE/98-clean-chroot: avoid warning messages with resolvconf <1.80
In commit acf12d4123bd68f we got rid of /etc/resolvconf/run, and while
resolvconf >=1.80 no longer uses /etc/resolvconf/run, older
versions of resolvconf still use it in their libc update hook script. :-/
So while it really works e.g. on Debian/buster (as documented in
commit acf12d4123bd68f) with resolvconf v1.79, there's an ugly:
| /etc/resolvconf/update.d/libc: Warning: /etc/resolv.conf is not a symbolic link to /etc/resolvconf/run/resolv.conf" for resolvconf versions
message when invoking "dhclient". Try to avoid this.
Related to https://github.com/grml/grml/issues/142
More information about the Git-commits
mailing list