summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-02-27 14:46:54 -0500
committerJim Meyering <jim@meyering.net>2007-02-27 14:46:54 -0500
commitba80455e5a4aeb807fea8b40ba4503bde4f035b5 (patch)
treea763512359f174c2d23001ce0d93e832725d5fd7 /NEWS
parent5a477fa66bd0d72cd9665cae5522eabd6d8fb5b3 (diff)
downloadthird_party-cobbler-ba80455e5a4aeb807fea8b40ba4503bde4f035b5.tar.gz
third_party-cobbler-ba80455e5a4aeb807fea8b40ba4503bde4f035b5.tar.xz
third_party-cobbler-ba80455e5a4aeb807fea8b40ba4503bde4f035b5.zip
sseago's patch to set_kernel_options, plus some additional error handling around kernel options processing.
Plus some manpage/NEWS updates.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 14 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index 3638cee..b254b61 100644
--- a/NEWS
+++ b/NEWS
@@ -1,19 +1,21 @@
Cobbler NEWS
(all entries mdehaan@redhat.com unless noted otherwise)
-0.3.5 contains a more strict rsync.excludes file and now
-runs createrepo after import to build more correct repodata
-based on the results of that file. In addition some bugs were
-fixed in the import code. New experimental commands for
-generalized repo mirroring are now in cobbler, though they
-are not yet documented.
+=================================
-0.3.4 contains a /etc/rsync.exclude file that minimizes
-the amount of files transferred during a cobbler import. By
-default, PPC, ISO, and debug content are not transferred
-from "cobbler import" commands. Users can customize this
-file. Imports will now use less bandwidth and take up
-less disk space.
+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
+
+=================================