- Write storage configs after payload install for live installs. (#856836)

(dlehman)
This commit is contained in:
Brian C. Lane 2012-09-12 16:21:57 -07:00
parent beabe97762
commit 2e043401f4
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -53,3 +53,4 @@ anaconda-15.2.tar.bz2
/anaconda-18.6.5.tar.bz2
/anaconda-18.6.6.tar.bz2
/anaconda-18.6.7.tar.bz2
/anaconda-18.6.8.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 18.6.7
Version: 18.6.8
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -300,6 +300,10 @@ update-desktop-database &> /dev/null || :
/usr/lib/dracut/modules.d/80%{name}/*
%changelog
* Wed Sep 12 2012 Brian C. Lane <bcl@redhat.com> - 18.6.8-1
- Write storage configs after payload install for live installs. (#856836)
(dlehman)
* Mon Sep 10 2012 Chris Lumens <clumens@redhat.com> - 18.6.7-1
- fix root password setup (#855481) (bcl)
- Mark ksdata.*.execute invocations as another step (vpodzime)

View File

@ -1 +1 @@
945575a583e0a46b3723c06c51d6bfb7 anaconda-18.6.7.tar.bz2
5779facebf6c376378fe2831c7d50542 anaconda-18.6.8.tar.bz2