[anaconda] Make grub2 the default bootloader on x86. (dlehman) Make sure bootloader stage1 device stays current

Christopher Edward Lumens clumens at fedoraproject.org
Tue May 3 18:06:22 UTC 2011


commit c8e44e3714f0d15acc0e7923e27c1e25c03e2bae
Author: Chris Lumens <clumens at redhat.com>
Date:   Tue May 3 14:06:08 2011 -0400

    Make grub2 the default bootloader on x86. (dlehman)
    Make sure bootloader stage1 device stays current through partitioning.
    (dlehman)
    Remove unused Platform.validBootLoaderPartSize method. (dlehman)
    Check that there is a stage1 req before validating it otherwise. (dlehman)
    set_preferred_stage2_type -> set_preferred_stage1_type (dlehman)
    Allow unsetting of stage1_device. (dlehman)
    Add a "boot drive" concept to the bootloader since stage1 types vary.
    (dlehman)
    Consistently refer to stage1 and stage2 device as such. (dlehman)
    Fix handling of missing boot device in doPartitioning. (dlehman)
    Finish removing bootloadersetup step. (dlehman)
    Add grub2 class, fix packages for some classes. (dlehman)
    Don't change bootloader names for various configurations. (dlehman)
    Add encrypted attribute to StorageDevice. (dlehman)
    iscsi: disable the 'Login' button with no nodes selected. (akozumpl)
    nuke: InstallControlWindow.busyCursor*() (akozumpl)
    iutil: remove excess imports. (akozumpl)
    Get rid of interface's entryWindow() and EntryWindow. (akozumpl)
    Allow DeviceFormat.cacheMajorminor to fail without an exception. (akozumpl)
    Don't check /boot fs when no bootloader is installed (#698312) (bcl)
    yuminstall.py: self.pulseWindow is not used anywhere. (akozumpl)

 .gitignore    |    1 +
 anaconda.spec |   26 +++++++++++++++++++++++++-
 sources       |    2 +-
 3 files changed, 27 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d300ed..a6bec34 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ anaconda-15.2.tar.bz2
 /anaconda-16.4.tar.bz2
 /anaconda-16.5.tar.bz2
 /anaconda-16.6.tar.bz2
+/anaconda-16.7.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 5e6dcc6..bab9138 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 16.6
+Version: 16.7
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -233,6 +233,30 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Tue May 03 2011 Chris Lumens <clumens at redhat.com> - 16.7-1
+- Make grub2 the default bootloader on x86. (dlehman)
+- Make sure bootloader stage1 device stays current through partitioning.
+  (dlehman)
+- Remove unused Platform.validBootLoaderPartSize method. (dlehman)
+- Check that there is a stage1 req before validating it otherwise. (dlehman)
+- set_preferred_stage2_type -> set_preferred_stage1_type (dlehman)
+- Allow unsetting of stage1_device. (dlehman)
+- Add a "boot drive" concept to the bootloader since stage1 types vary.
+  (dlehman)
+- Consistently refer to stage1 and stage2 device as such. (dlehman)
+- Fix handling of missing boot device in doPartitioning. (dlehman)
+- Finish removing bootloadersetup step. (dlehman)
+- Add grub2 class, fix packages for some classes. (dlehman)
+- Don't change bootloader names for various configurations. (dlehman)
+- Add encrypted attribute to StorageDevice. (dlehman)
+- iscsi: disable the 'Login' button with no nodes selected. (akozumpl)
+- nuke: InstallControlWindow.busyCursor*() (akozumpl)
+- iutil: remove excess imports. (akozumpl)
+- Get rid of interface's entryWindow() and EntryWindow. (akozumpl)
+- Allow DeviceFormat.cacheMajorminor to fail without an exception. (akozumpl)
+- Don't check /boot fs when no bootloader is installed (#698312) (bcl)
+- yuminstall.py: self.pulseWindow is not used anywhere. (akozumpl)
+
 * Thu Apr 21 2011 Chris Lumens <clumens at redhat.com> - 16.6-1
 - Do not recreate the ssh keys if they exist already. (akozumpl)
 - Display a banner when (re)starting Anaconda. (akozumpl)
diff --git a/sources b/sources
index 79d21b7..284c82a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7b0b81a42358d23fff146e7b0a2d74fe  anaconda-16.6.tar.bz2
+28d68fed416f92c1811ee419f6379ec9  anaconda-16.7.tar.bz2


More information about the scm-commits mailing list