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