- anaconda-cleanup: umount /run/media too (#820750) (bcl)

- Disable md /boot and /boot/efi on EFI. (#816823) (dlehman)
- dracut: use nfs3 by default (#811242) (wwoods)
- script.py error message needs gettext (bcl)
- We have a grub2 theme now, so say to use it. (pjones)
This commit is contained in:
Brian C. Lane 2012-05-14 11:21:12 -07:00
parent 8822315eef
commit 7260a044b0
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -59,3 +59,4 @@ anaconda-15.2.tar.bz2
/anaconda-17.24.tar.bz2
/anaconda-17.25.tar.bz2
/anaconda-17.26.tar.bz2
/anaconda-17.27.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 17.26
Version: 17.27
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -249,6 +249,13 @@ update-desktop-database &> /dev/null || :
/usr/lib/dracut/modules.d/80%{name}/*
%changelog
* Mon May 14 2012 Brian C. Lane <bcl@redhat.com> - 17.27-1
- anaconda-cleanup: umount /run/media too (#820750) (bcl)
- Disable md /boot and /boot/efi on EFI. (#816823) (dlehman)
- dracut: use nfs3 by default (#811242) (wwoods)
- script.py error message needs gettext (bcl)
- We have a grub2 theme now, so say to use it. (pjones)
* Wed May 09 2012 Brian C. Lane <bcl@redhat.com> - 17.26-1
- dracut: automatic updates.img for http/ftp (#809647) (wwoods)
- Install grub2 /before/ writing the config file (re: rhbz #809111) (pjones)

View File

@ -1 +1 @@
8f6e1dd8236bdcb442522ccff72c4726 anaconda-17.26.tar.bz2
d8d43b8300a5a71abaf51c0c7023c3cd anaconda-17.27.tar.bz2