[issue1234] dns bootoption bug

6opo9a bts at bts.grml.org
Fri Mar 1 10:06:41 CET 2013


New submission from 6opo9a <alexander.tugov at gmail.com>:

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

----------
messages: 4515
nosy: 6opo9a
priority: bug
status: unread
title: dns bootoption bug

_____________________________________
GRML issue tracker <bts at bts.grml.org>
<http://bts.grml.org/grml/issue1234>
_____________________________________


More information about the Bugs-changes mailing list