Since changing to use link local address
(commit
fbf29976b33a69c64dc7847c54454bf2cfa5fde6)
we have included an incorrect resolv.conf file in the appliance
which points to the old (qemu) DNS server. This commit changes
to use the new DNS server.
@FEBOOTSTRAP_RUN@ initramfs -- touch /etc/fstab
fi
- echo nameserver 10.0.2.3 > resolv.conf.new
+ echo nameserver 169.254.2.3 > resolv.conf.new
@FEBOOTSTRAP_INSTALL@ initramfs resolv.conf.new /etc/resolv.conf 0644 root.root
rm resolv.conf.new