Package: pxe-kexe
Version:  0.2.4-3

pxe-kexec searches /var/lib/dhcpcd/dhcpcd-<if>.info to find a tftp
server.  This file is installed by dhcpcd.  There are at least three
different dhcp clients available in Debian; only one has this file.

I do:
# pxe-kexec --ignore-whitelist
No TFTP server specified and also no DHCP server in the DHCP info file
(/var/lib/dhcpcd/dhcpcd-<if>.info).

My dhcp client creates /var/lib/dhcp/dhclient.<if>.leases

From reading the source, I discovered that if I do:
     mkdir -p /var/lib/pxe-kexec;
     cd /var/lib/pxe-kexec
     ln -s ../dhcp/dhclient.eth1.leases eth1

I can get it to work.

--
Dr Peter Chubb                                  peter.chubb AT nicta.com.au
http://www.ssrg.nicta.com.au          Software Systems Research Group/NICTA


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to