Cobbler NEWS
(all entries mdehaan@redhat.com unless noted otherwise)

=================================

Starting with 0.4.2, PXE menus are supported, so RHEL4 users should upgrade their
syslinux:

wget http://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-3.36.tar.gz
yum install netpbm-progs nasm 

rpmbuild -ta syslinux-3.36.tar.gz
rpm -Fvh /usr/src/redhat/RPMS/i386/syslinux-3.36-1.i386.rpm # the other RPMs are not required.

Change in /var/lib/cobbler/settings this line:
standard: /usr/lib/syslinux/pxelinux.0

to this:
standard: /usr/share/syslinux/pxelinux.0

=================================
