I have the same problem, and I fixed it with some small modification to
~ubuntu-branches/ubuntu/precise/casper/precise :
/scripts/casper-bottom/23networking
$ diff casper-bottom/23networking casper-bottom.new/23networking
81c81
< rc_search="$(sed -n 's/"//g;s/^DNSDOMAIN=//p'
/tmp/net-"${DEVICE}".conf)"
---
> rc_search="$(sed -n 's/"//g;s/'\''//g;s/^DNSDOMAIN=//p'
> /tmp/net-"${DEVICE}".conf)"
83,85c83,85
< rc_domain="$(sed -n -e 's/"//g;s/^DNSDOMAIN=\([^ ]\+\) *.*/\1/p'
/tmp/net-"${DEVICE}".conf)"
< rc_server0="$(sed -n 's/^IPV4DNS0=//p' /tmp/net-"${DEVICE}".conf)"
< rc_server1="$(sed -n 's/^IPV4DNS1=//p' /tmp/net-"${DEVICE}".conf)"
---
> rc_domain="$(sed -n -e 's/"//g;s/'\''//g;s/^DNSDOMAIN=\([^ ]\+\)
> *.*/\1/p' /tmp/net-"${DEVICE}".conf)"
> rc_server0="$(sed -n 's/"//g;s/'\''//g;s/^IPV4DNS0=//p'
> /tmp/net-"${DEVICE}".conf)"
> rc_server1="$(sed -n 's/"//g;s/'\''//g;s/^IPV4DNS1=//p'
> /tmp/net-"${DEVICE}".conf)"
Brian Murray, can you patch it?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/809885
Title:
Single-quoted entries are invalid in /etc/resolv.conf on network
install with NetworkManager disabled
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/809885/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs