- lower minimum memory requirements by 256M (#708966) (bcl)

- liveinst/gnome: Add a welcome screen for use by the Desktop spin
  (kalevlember)
- Fix anaconda not finding CD when booting without root=live:<CD> (wwoods)
- Fix anaconda not finding CD for kickstart with 'cdrom' (#817084) (wwoods)
- dracut parse-kickstart: don't write empty "nameserver=" (wwoods)
- dracut: fix "repo=cdrom" (also kickstart with "cdrom") (wwoods)
- dracut: fix kickstarting with 'network --device=MAC' (wwoods)
- check treeinfo retrieval for stage2 (#790348) (bcl)
This commit is contained in:
Brian C. Lane 2012-05-04 15:44:55 -07:00
parent 488a79e603
commit e714f9b5fb
3 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View File

@ -57,3 +57,4 @@ anaconda-15.2.tar.bz2
/anaconda-17.22.tar.bz2
/anaconda-17.23.tar.bz2
/anaconda-17.24.tar.bz2
/anaconda-17.25.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 17.24
Version: 17.25
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -249,6 +249,17 @@ update-desktop-database &> /dev/null || :
/usr/lib/dracut/modules.d/80%{name}/*
%changelog
* Fri May 04 2012 Brian C. Lane <bcl@redhat.com> - 17.25-1
- lower minimum memory requirements by 256M (#708966) (bcl)
- liveinst/gnome: Add a welcome screen for use by the Desktop spin
(kalevlember)
- Fix anaconda not finding CD when booting without root=live:<CD> (wwoods)
- Fix anaconda not finding CD for kickstart with 'cdrom' (#817084) (wwoods)
- dracut parse-kickstart: don't write empty "nameserver=" (wwoods)
- dracut: fix "repo=cdrom" (also kickstart with "cdrom") (wwoods)
- dracut: fix kickstarting with 'network --device=MAC' (wwoods)
- check treeinfo retrieval for stage2 (#790348) (bcl)
* Tue May 01 2012 Brian C. Lane <bcl@redhat.com> - 17.24-1
- dracut: add anaconda_auto_updates() (product.img/updates.img) (#800107)
(wwoods)

View File

@ -1 +1 @@
25df2076546d82a9d8c15af590b7cf42 anaconda-17.24.tar.bz2
13e326509cbd0530465f8864c7c6dff3 anaconda-17.25.tar.bz2