BTS

Message4515

Author 6opo9a
Recipients 6opo9a
Date 2013-03-01.09:06:41
Content
Trying to set more than 2 DNS in the dns bootoption:
dns=1.1.1.1,2.2.2.2,3.3.3.3
expecting:
cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 1.1.1.1
nameserver 2.2.2.2
nameserver 3.3.3.3

Current result:
cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 1.1.1.1,2.2.2.2
nameserver 2.2.2.2,3.3.3.3
History
Date User Action Args
2013-03-01 09:06:416opo9asetrecipients: + 6opo9a
2013-03-01 09:06:416opo9asetmessageid: <1362128801.38.0.693034351637.issue1234@bts.grml.org>
2013-03-01 09:06:416opo9alinkissue1234 messages
2013-03-01 09:06:416opo9acreate