3c8301
@@ -60,6 +60,9 @@
NOZEROCONF=yes
EOF
+ # Remove build-time resolvers to fix #16948
+ echo > /etc/resolv.conf
+
# For cloud images, 'eth0' _is_ the predictable device name, since
# we don't want to be tied to specific virtual (!) hardware
rm -f /etc/udev/rules.d/70*
https://bugs.centos.org/view.php?id=16948
Have not built an image with this myself so have not really tested this other than checking that my CentOS8 VM in our openstack can still boot with an empty resolv.conf
rebased onto 3c8301d
Pull-Request has been merged by bstinson
https://bugs.centos.org/view.php?id=16948