[Bug 878158] Re: When booting using nfs root, capser generate a wrong resolv.conf

Brian Murray brian at ubuntu.com
Thu Oct 20 17:19:24 UTC 2011


** Changed in: casper (Ubuntu)
   Importance: Undecided => Medium

-- 
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