Comment 22 for bug 1713803

Revision history for this message
Brian Murray (brian-murray) wrote :

Ubuntu has long carried a patch which "Eliminate all references to /etc/resolvconf/run." However, freedombox-setup contains the following code in a preseed file.

# Make sure DNS lookup work after resolvconf is installed
# and set up the Freedombox. Block init.d scripts from running using
# policy-rc.d to make sure dnsmasq do not overwrite the resolv.conf
# file we just inserted (and to keep services from starting in the chroot).
d-i preseed/late_command string cp /etc/resolv.conf /target/etc/resolvconf/run/resolv.conf

That's not likely to work and has probably been broken for a long time (without a bug report). So while freedombox-setup needs fixing it doesn't seem important to anybody.