[Bug 878158] [NEW] When booting using nfs root, capser generate a wrong resolv.conf
Luiz Angelo Daros de Luca
878158 at bugs.launchpad.net
Wed Oct 19 12:39:48 UTC 2011
Public bug reported:
Hello,
I configured a PXE boot using this cmdline:
boot=casper netboot=nfs initrd=cd/casper/initrd.lz nfsroot=192.168.0.1
:/path-to-cd/cd locale=pt_BR.UTF-8 quiet splash --
The machine boots without problem. However, I get no dns.
The resolv.conf generated is wrong:
# /etc/resolv.conf
# Autogenerated by casper
search 'localdomain'
domain 'localdomain'
nameserver '192.168.0.1'
It cannot use 'value'. It should be:
# /etc/resolv.conf
# Autogenerated by casper
search localdomain
domain localdomain
nameserver 192.168.0.1
** Affects: casper (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to casper in Ubuntu.
https://bugs.launchpad.net/bugs/878158
Title:
When booting using nfs root, capser generate a wrong resolv.conf
Status in “casper” package in Ubuntu:
New
Bug description:
Hello,
I configured a PXE boot using this cmdline:
boot=casper netboot=nfs initrd=cd/casper/initrd.lz
nfsroot=192.168.0.1:/path-to-cd/cd locale=pt_BR.UTF-8 quiet splash --
The machine boots without problem. However, I get no dns.
The resolv.conf generated is wrong:
# /etc/resolv.conf
# Autogenerated by casper
search 'localdomain'
domain 'localdomain'
nameserver '192.168.0.1'
It cannot use 'value'. It should be:
# /etc/resolv.conf
# Autogenerated by casper
search localdomain
domain localdomain
nameserver 192.168.0.1
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/878158/+subscriptions
More information about the foundations-bugs
mailing list