- Switch to tty1 if we get an exception before meh is setup (dshea)

- Remove surprises from X startup. (dshea)
- Import KS_MISSING_IGNORE from pykickstart.constants in DNF payload (mkolman)
- Import Pykickstart constants directly (mkolman)
- Switch error exit codes to 1 (bcl)
- Add help texts for the remaining Anaconda options (mkolman)
This commit is contained in:
Brian C. Lane 2014-06-27 18:16:36 -07:00
parent 4f01d19bec
commit 1b79c5c6c5
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/anaconda-21.42.tar.bz2
/anaconda-21.43.tar.bz2
/anaconda-21.44.tar.bz2
/anaconda-21.45.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 21.44
Version: 21.45
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -302,6 +302,14 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Fri Jun 27 2014 Brian C. Lane <bcl@redhat.com> - 21.45-1
- Switch to tty1 if we get an exception before meh is setup (dshea)
- Remove surprises from X startup. (dshea)
- Import KS_MISSING_IGNORE from pykickstart.constants in DNF payload (mkolman)
- Import Pykickstart constants directly (mkolman)
- Switch error exit codes to 1 (bcl)
- Add help texts for the remaining Anaconda options (mkolman)
* Wed Jun 25 2014 Brian C. Lane <bcl@redhat.com> - 21.44-1
- Fix storage checker docstring (bcl)
- Modify --dirinstall to take a path (bcl)

View File

@ -1 +1 @@
e52182b57259c5845b0e5b4e34ec465e anaconda-21.44.tar.bz2
f077134c09931f94259580e26fd96f78 anaconda-21.45.tar.bz2