Public bug reported:
Binary package hint: ltsp-client-core
When using ltsp with multiple images, for example one image for thin
clients and one image for fat clients, you cannot have different
lts.conf files for the different images. The problem seems to be that
ltsp_nbd does not care what tftp path the kernel comes from, it will
just go for what is stored in the "filename" varaible. This filename
variable can be changed on a per-mac basis in dhcpd.conf, but I don't
always know what image the user decides to boot in the pxelinux boot
menu.
I suggest that instead of the line:
tftpath=$(echo ${filename%/*}|tr -d '"')
use the following:
tftpath=$(echo ${initrd%/*})
This way we would read lts.conf from the same directory as the initrd
image was downloaded from.
Ubuntu release: 9.10
package: ltsp-client-core 5.1.90-0ubuntu3
** Affects: ltsp (Ubuntu)
Importance: Undecided
Status: New
--
Unable to use different lts.conf with different images
https://bugs.launchpad.net/bugs/526528
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs