Hi all, I've just found a small bug this morning. My pxelinux.cfg contains 65 entries. The last one is never usable by pxelinux.0. It sounds like the number of entries is managed on 6 bits :) Is there a reason for that ? Is it possible to have a bugfix for that ? Best regards, -- Erwan Velu Linux Cluster Distribution Project Manager Mandrakesoft 43 rue d'aboukir 75002 Paris Phone Number : +33 (0) 1 40 41 17 94 Fax Number : +33 (0) 1 40 41 92 00 Web site : http://www.mandrakesoft.com OpenPGP key : http://www.mandrakesecure.net/cks/
Erwan Velu wrote:> Hi all, I've just found a small bug this morning. My pxelinux.cfg > contains 65 entries. The last one is never usable by pxelinux.0. It > sounds like the number of entries is managed on 6 bits :) > Is there a reason for that ? Is it possible to have a bugfix for that ? >There is a reason: all the label sections need to fit into a single 64K segment. That being said, they probably could be packed more efficiently than they currently are, which takes 1K for each label section. -hpa