summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-08-25 16:35:27 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-08-25 16:35:27 -0400
commit31282c72e114bfdf5a85f81c27643ccec467be27 (patch)
treebb2344cc3130caaec953dcd3fa884176adf4d798 /CHANGELOG
parentb1056166a26cb279cf8a300755f3f65a9dfe4dc3 (diff)
downloadcobbler-31282c72e114bfdf5a85f81c27643ccec467be27.tar.gz
cobbler-31282c72e114bfdf5a85f81c27643ccec467be27.tar.xz
cobbler-31282c72e114bfdf5a85f81c27643ccec467be27.zip
When --netboot-enabled is toggled (either from the command line, or via the API as with the pxe_just_once) feature, rather than deleting the per-system config file to make it boot locally, instead create a per-system config file to make it boot locally, thus making sure any default or ip-range orders on the boot server do not reinstall the system.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9f03bf7e..194d6911 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,12 @@
Cobbler CHANGELOG
(all entries mdehaan@redhat.com unless noted otherwise)
+- ??? - 1.2
+- (FEAT) All development work from 1.X merged in
+- (FEAT) when --netboot-enabled is toggled, rather than deleting the PXE config, create a local boot PXE config
+- (BUGF) disable some s390 aspects of cobbler check until it is supported
+
+
- ??? - 1.1.1
- (FEAT) make template replacement use regex module
- (BUGF) remove bootloader check in settings as that code doesn't need it