- anaconda_optparse.py: a new OptionParser that also reads boot args (wwoods)

- Add flags.set_cmdline_bool and flags.read_cmdline (wwoods)
- flags.py: add new BootArgs() object for dealing with boot args (wwoods)
- flags.py: rework/cleanup Flags object (wwoods)
- fix serial console option parsing (#767745) (wwoods)
- run convertfs on upgrade (#787893) (bcl)
- check if stdout and stderr are the same in execWithRedirect and open the file
  only once in such cases (mmatsuya)
- Disable ipv6 on target system when using noipv6 option (#735791) (rvykydal)
This commit is contained in:
Brian C. Lane 2012-02-08 11:14:29 -08:00
parent d460568bf3
commit cff99715e1
3 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View File

@ -39,3 +39,4 @@ anaconda-15.2.tar.bz2
/anaconda-17.4.tar.bz2
/anaconda-17.5.tar.bz2
/anaconda-17.6.tar.bz2
/anaconda-17.7.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 17.6
Version: 17.7
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -232,6 +232,17 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
* Wed Feb 08 2012 Brian C. Lane <bcl@redhat.com> - 17.7-1
- anaconda_optparse.py: a new OptionParser that also reads boot args (wwoods)
- Add flags.set_cmdline_bool and flags.read_cmdline (wwoods)
- flags.py: add new BootArgs() object for dealing with boot args (wwoods)
- flags.py: rework/cleanup Flags object (wwoods)
- fix serial console option parsing (#767745) (wwoods)
- run convertfs on upgrade (#787893) (bcl)
- check if stdout and stderr are the same in execWithRedirect and open the file
only once in such cases (mmatsuya)
- Disable ipv6 on target system when using noipv6 option (#735791) (rvykydal)
* Mon Feb 06 2012 Brian C. Lane <bcl@redhat.com> - 17.6-1
- Set the boot flag on the GPT PMBR (#754850) (bcl)
- Add missing _boot_description values for dasd and zfcp (#739620) (dcantrell)

View File

@ -1 +1 @@
1c522f7e0be851f8f032afccd5f61370 anaconda-17.6.tar.bz2
50714fb1a83eb43e4c0479301f5e01d7 anaconda-17.7.tar.bz2