Comment 1 for bug 1594840

Revision history for this message
Alkis Georgopoulos (alkisg) wrote : Re: amd64 lts.conf file location

The lts.conf file location is determined by the dhcp server "boot filename" option.
So if the boot filename points to /ltsp/i386/pxelinux.0, then /ltsp/i386/lts.conf is fetched.
It's your responsibility to configure the dhcp server to point to a different boot filename on amd64 clients.

Note that there are 2 different dhcp requests;
one from the BIOS that sends the identifier "PXEClient",
and one from initramfs that sends the identifier "Linux ipconfig" or "udhcp version".

The second one is what affects the lts.conf path.

The respective script is at /usr/share/ltsp/init-ltsp.d/05-getltsconffile, you can read it yourself.