There are typos in those patches affecting functional correctness. http://bazaar.launchpad.net/~ubuntu-on-ec2/vmbuilder/automated-ec2-builds/view/head:/live-config/common/hooks/099-cleanup.chroot > rm /etc/resolvconf/resolv.conf.d/original || echo "Unable to remove > resolve.conf aritifacts" > rm /etc/resolvconf/resolv.conf.d/tail || echo "Unable to remove > resolve.conf aritifacts"
It's "resolvconf" or "resolv.conf" (depending on what you want to say), not "resolve.conf". http://bazaar.launchpad.net/~ubuntu-on-ec2/live-build/cloud-images/view/head:/scripts/build/lb_chroot_resolv > rm chroot/etc/resolvconf/resolvconf.d/original || true > rm chroot/etc/resolvconf/resolvconf.d/tail || true [...] > cp -a config/includes.chroot/etc/resolv.conf > chroot/etc/resolvconf/resolvconf.d/original It's "/etc/resolvconf/resolv.conf.d", not "/etc/resolvconf/resolvconf.d". Typos seem still to be present in the code at HEAD. ** Changed in: ubuntu-on-ec2 Status: Invalid => New ** Summary changed: - Cloud image lacks /etc/resolv.conf symlink, causes resolvconf to complain + Cloud image doesn't call resolvconf but writes a file at /etc/resolv.conf, causing resolvconf to complain ** Project changed: connman => resolvconf (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1003595 Title: Cloud image doesn't call resolvconf but writes a file at /etc/resolv.conf, causing resolvconf to complain To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-on-ec2/+bug/1003595/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
