- copy installer image to RAM during upgrades (#810391) (wwoods)

- fix repo={hd,cdrom}:DEV:PATH (#810136) (wwoods)
- read flags using filename globs (bcl)
- Fix repo={http,ftp,nfs} (#810005) (wwoods)
- Fix "memcheck=0" (and other store_true boot args) (wwoods)
- write new options to zipl.conf (dan)
This commit is contained in:
Brian C. Lane 2012-04-06 06:44:43 -07:00
parent 1edaa4479d
commit 3fdab6e156
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -51,3 +51,4 @@ anaconda-15.2.tar.bz2
/anaconda-17.16.tar.bz2
/anaconda-17.17.tar.bz2
/anaconda-17.18.tar.bz2
/anaconda-17.19.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 17.18
Version: 17.19
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -249,6 +249,14 @@ update-desktop-database &> /dev/null || :
/usr/lib/dracut/modules.d/80%{name}/*
%changelog
* Fri Apr 06 2012 Brian C. Lane <bcl@redhat.com> - 17.19-1
- copy installer image to RAM during upgrades (#810391) (wwoods)
- fix repo={hd,cdrom}:DEV:PATH (#810136) (wwoods)
- read flags using filename globs (bcl)
- Fix repo={http,ftp,nfs} (#810005) (wwoods)
- Fix "memcheck=0" (and other store_true boot args) (wwoods)
- write new options to zipl.conf (dan)
* Tue Apr 03 2012 Brian C. Lane <bcl@redhat.com> - 17.18-1
- Revert "Wait for device activation / "online" hook if rd.neednet is set"
(bcl)

View File

@ -1 +1 @@
9155de4333a60a08186c90827f14b965 anaconda-17.18.tar.bz2
5ee5608075a7dee0181c0868547194e8 anaconda-17.19.tar.bz2