- Allow kickstart users to ignore the free space error (dshea)

- Stop kickstart when space check fails (bcl)
- Service anaconda-nm-config is missing type oneshot (jkonecny)
- Fix dhcpclass to work both via kickstart and the boot cmdline. (clumens)
- network: handle also ifcfg files of not activated virtual devices (#1313173)
  (rvykydal)
- network: check onboot value in ksdata, not NM connections (#1313173)
  (rvykydal)
- network: do not activate device on kickstart --onboot="yes" (#1341636)
  (rvykydal)
This commit is contained in:
Brian C. Lane 2016-07-08 17:40:14 -07:00
parent 143c81f5ac
commit 487e834320
3 changed files with 15 additions and 2 deletions

1
.gitignore vendored
View File

@ -71,3 +71,4 @@
/anaconda-25.16.tar.bz2
/anaconda-25.17.tar.bz2
/anaconda-25.19.tar.bz2
/anaconda-25.20.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 25.19
Version: 25.20
Release: 1%{?dist}
License: GPLv2+ and MIT
Group: Applications/System
@ -324,6 +324,18 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Fri Jul 08 2016 Brian C. Lane <bcl@redhat.com> - 25.20-1
- Allow kickstart users to ignore the free space error (dshea)
- Stop kickstart when space check fails (bcl)
- Service anaconda-nm-config is missing type oneshot (jkonecny)
- Fix dhcpclass to work both via kickstart and the boot cmdline. (clumens)
- network: handle also ifcfg files of not activated virtual devices (#1313173)
(rvykydal)
- network: check onboot value in ksdata, not NM connections (#1313173)
(rvykydal)
- network: do not activate device on kickstart --onboot="yes" (#1341636)
(rvykydal)
* Fri Jun 24 2016 Brian C. Lane <bcl@redhat.com> - 25.19-1
- hostname: don't set installer env hostname to localhost.localdomain
(#1290858) (rvykydal)

View File

@ -1 +1 @@
dfc09d7c811cc16aeb185b496404b263 anaconda-25.19.tar.bz2
45f9dd4433c818d371e37a6121d3f7df anaconda-25.20.tar.bz2