Description of problem: After installing cobbler on a minimal RHEL5 system, running "cobbler sync" caused an error when it tried to rebuild the /tftpboot directory with the error: 'Could not find files matching /usr/lib/syslinux/pxelinux.0' Installing syslinx package aolved the problem. Version-Release number of selected component (if applicable): cobbler-2.0.3.1-3.el5
There are multiple ways you can provide the pxelinux.0 binary to cobbler. One way is to install syslinux, the other way is to run 'cobbler get-loaders'. Running 'cobbler check' will inform you of this. As such, I don't consider this to be a bug. Thanks.