[anaconda] Remove maximum limit on EFI partition (#684860) (bcl) Changes for NetworkManager API 0.9 (rvykydal)

David Lehman dlehman at fedoraproject.org
Tue Apr 12 01:18:11 UTC 2011


commit 4e5c2cf165911730119bc467051a1fea8c937ac2
Author: David Lehman <dlehman at redhat.com>
Date:   Mon Apr 11 20:17:59 2011 -0500

    Remove maximum limit on EFI partition (#684860) (bcl)
    Changes for NetworkManager API 0.9 (rvykydal)
    Fix network --device=bootif value processing in stage2. (vpodzime)
    Ignore --device=ibft in stage 2 kickstart handling (#638131) (vpodzime)
    Don't write HWADDR into ifcfg files (#690589) (rvykydal)
    Fix network --device=<MAC> for static configurations (#693302) (rvykydal)
    Fix bad indentation from 026dacc3. (akozumpl)
    If we change language during Python, build the new locale files. (clumens)
    If we're not given a language on the command line, set up English. (clumens)
    No longer log that we're resetting the file context. (clumens)
    Do filesystem-specific sync operation after writing configuration. (dlehman)
    Add sync method to force data onto disk and/or journal. (dlehman)
    Update ui screens to use new bootloader module. (dlehman)
    Update remaining parts of anaconda to use new bootloader module. (dlehman)
    Update storage module for new platform and bootloader modules. (dlehman)
    Update platform.py for new bootloader module. (dlehman)
    Update kickstart.py for new bootloader module. (dlehman)
    Replace booty with a new bootloader module. (dlehman)
    Add "disks" attr to StorageDevice to list disks a device depends on.
    (dlehman)
    Prevent debug and kdump kernels from becoming the default (#693702)
    (dcantrell)
    Use znet_cio_free to clear network devices from cio_ignore. (dcantrell)
    Remove deprecated targets from top level Makefile.am (dcantrell)
    Remove languages not available from Transifex. (dcantrell)
    Add Transifex instructions for anaconda developers. (dcantrell)
    Update Makefile.am to work with new translation system. (dcantrell)
    BuildRequires transifex-client (dcantrell)
    Ignore po/*.po files (dcantrell)
    Remove translation files. (dcantrell)
    Add transifex-client configuration file. (dcantrell)
    Fix syntax error from commit 9e696b62. (akozumpl)
    Rewrite nfs url parsing in loader (bcl)
    Fix order of nfs mountOpts in promptForNfs (bcl)
    timeout= in yaboot.conf is in tenths of seconds (#692409) (dcantrell)
    Install dracut-fips package when fips=1 is specified (#692350) (dcantrell)
    unicode-linedraw-chars.txt is no longer useful. (clumens)
    mkctype is no longer useful. (clumens)
    Fix a typo in swap upgrade strings (yurchor (clumens)

 .gitignore |    1 +
 sources    |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c9a32b4..6cc262a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ anaconda-15.2.tar.bz2
 /anaconda-16.2.tar.bz2
 /anaconda-16.3.tar.bz2
 /anaconda-16.4.tar.bz2
+/anaconda-16.5.tar.bz2
diff --git a/sources b/sources
index e0abccd..89406c2 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 8d69a6483845eebcf82d34b3464e4496  anaconda-16.4.tar.bz2
+88686604ed5796bfbec45fb0f8f0716d  anaconda-16.5.tar.bz2


More information about the scm-commits mailing list