- Add --dirinstall command (bcl)

- Add mountOnly to turnOnFilesystems (bcl)
This commit is contained in:
Brian C. Lane 2013-02-08 17:36:49 -08:00
parent befbff4945
commit 323331edf9
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@ anaconda-18.24.tar.bz2
/anaconda-18.37.9.tar.bz2
/anaconda-18.37.10.tar.bz2
/anaconda-18.37.11.tar.bz2
/anaconda-18.37.12.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 18.37.11
Version: 18.37.12
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -301,6 +301,10 @@ update-desktop-database &> /dev/null || :
%{_prefix}/lib/dracut/modules.d/80%{name}/*
%changelog
* Fri Feb 08 2013 Brian C. Lane <bcl@redhat.com> - 18.37.12-1
- Add --dirinstall command (bcl)
- Add mountOnly to turnOnFilesystems (bcl)
* Mon Jan 07 2013 Brian C. Lane <bcl@redhat.com> - 18.37.11-1
- Fix Quit button in standalone network spoke (#892120) (rvykydal)
- Force disk selection for interactive installs. (#888293) (cherry picked from

View File

@ -1 +1 @@
71a3953b7c7053713f45d83f6e7c60d1 anaconda-18.37.11.tar.bz2
f15efeb0e12198fff76cec40b4605434 anaconda-18.37.12.tar.bz2