summaryrefslogtreecommitdiffstats
path: root/NEWS
blob: b254b614826b8a02da41f52c72feb52d1d1d184b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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

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