Re: [Bug 696941] [NEW] feature request: support ROOTSERVER again in local-top/nbd

2011-01-05 Thread Wouter Verhelst
On Mon, Jan 03, 2011 at 07:44:23PM -, Alkis Georgopoulos wrote: > Public bug reported: > > local-top/nbd in my Lucid (2.9.14-2ubuntu1) contains the following: > if [ -z "$nbdsrv" ] > then > nbdsrv=${ROOTSERVER} > fi > > That allowed me to pass "root=/dev/nbd0 nbdroot=,2011" without havi

[Bug 696941] [NEW] feature request: support ROOTSERVER again in local-top/nbd

2011-01-03 Thread Alkis Georgopoulos
Public bug reported: local-top/nbd in my Lucid (2.9.14-2ubuntu1) contains the following: if [ -z "$nbdsrv" ] then nbdsrv=${ROOTSERVER} fi That allowed me to pass "root=/dev/nbd0 nbdroot=,2011" without having to declare the server IP in pxelinux.cfg/default, it was autodetected. local-top