- dracut: add anaconda_auto_updates() (product.img/updates.img) (#800107) (wwoods)

- dracut: support updates=hd:... (#807982) (wwoods)
- dracut: add copytree, rename dev_is_mounted->find_mount (wwoods)
- dracut: fix typo (stray '\n' in anaconda.rules) (wwoods)
- Configure Mac bootloader (mjg)
- Activate devices as needed when parsing /etc/fstab. (#813120) (dlehman)
- We support resizing ntfs even though it is not supported. (#756319) (dlehman)
- Fix the permissions on one of the files we write out. (#817171) (pjones)
- Fix twisty logic around forcing text mode (#811868) (wwoods)
- s390 systems are always headless (wwoods)
- default to msdos disk labels (#816701) (bcl)
- Wrong kickstart bootloader written (hamzy)
This commit is contained in:
Brian C. Lane 2012-05-01 15:29:57 -07:00
parent b5598e8280
commit 488a79e603
3 changed files with 18 additions and 2 deletions

1
.gitignore vendored
View File

@ -56,3 +56,4 @@ anaconda-15.2.tar.bz2
/anaconda-17.21.tar.bz2
/anaconda-17.22.tar.bz2
/anaconda-17.23.tar.bz2
/anaconda-17.24.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 17.23
Version: 17.24
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -249,6 +249,21 @@ update-desktop-database &> /dev/null || :
/usr/lib/dracut/modules.d/80%{name}/*
%changelog
* Tue May 01 2012 Brian C. Lane <bcl@redhat.com> - 17.24-1
- dracut: add anaconda_auto_updates() (product.img/updates.img) (#800107)
(wwoods)
- dracut: support updates=hd:... (#807982) (wwoods)
- dracut: add copytree, rename dev_is_mounted->find_mount (wwoods)
- dracut: fix typo (stray '\n' in anaconda.rules) (wwoods)
- Configure Mac bootloader (mjg)
- Activate devices as needed when parsing /etc/fstab. (#813120) (dlehman)
- We support resizing ntfs even though it is not supported. (#756319) (dlehman)
- Fix the permissions on one of the files we write out. (#817171) (pjones)
- Fix twisty logic around forcing text mode (#811868) (wwoods)
- s390 systems are always headless (wwoods)
- default to msdos disk labels (#816701) (bcl)
- Wrong kickstart bootloader written (hamzy)
* Thu Apr 26 2012 Brian C. Lane <bcl@redhat.com> - 17.23-1
- Check /run/initramfs/live/ for packages (#806166) (bcl)
- Add 'cms' dracut module on s390 (wwoods)

View File

@ -1 +1 @@
c7ef3659e517c8917c33bb6601f86e87 anaconda-17.23.tar.bz2
25df2076546d82a9d8c15af590b7cf42 anaconda-17.24.tar.bz2