When booting using nfs root, capser generate a wrong resolv.conf

Bug #878158 reported by Luiz Angelo Daros de Luca
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
casper (Ubuntu)
New
Medium
Unassigned

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

Changed in casper (Ubuntu):
importance: Undecided → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.