In the hope that this helps someone. I spent most of today fighting
this and found a solution.
d-i preseed/early_command string grep -q options /etc/resolv.conf ||
echo "options single-request" >> /etc/resolv.conf ;
and then
d-i preseed/late_command string grep -q options
/etc/resolvconf/r
oops, that late_command doesn't work, but you get the picture. It's
missing in-target, but I'm not sure if I can in-target redirect.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/417757
Title:
[reg
The interface was set to renameX during installation, I suspect because dhcp
was triggered before udev had settled.
This named my interface renameX in /etc/network/interfaces, which meant that
network-interface.conf was triggering when it saw the renameX interface.
Changing the interface name in