- Set serial flag when encountering console argument (#823861) (msivak)

This commit is contained in:
Brian C. Lane 2012-05-22 09:18:00 -07:00
parent 2bcb28f9ce
commit 3934066303
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -61,3 +61,4 @@ anaconda-15.2.tar.bz2
/anaconda-17.26.tar.bz2
/anaconda-17.27.tar.bz2
/anaconda-17.28.tar.bz2
/anaconda-17.29.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 17.28
Version: 17.29
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -249,6 +249,9 @@ update-desktop-database &> /dev/null || :
/usr/lib/dracut/modules.d/80%{name}/*
%changelog
* Tue May 22 2012 Brian C. Lane <bcl@redhat.com> - 17.29-1
- Set serial flag when encountering console argument (#823861) (msivak)
* Wed May 16 2012 Brian C. Lane <bcl@redhat.com> - 17.28-1
- Partially revert "We have a grub2 theme now, so say to use it." (#822123)
(pjones)

View File

@ -1 +1 @@
7861eaab791060daa446cd1c8ea21e8e anaconda-17.28.tar.bz2
4096cc92fd59cdfc82b9b5b1e335d4e0 anaconda-17.29.tar.bz2