Parent Directory | Revision Log | Revision Graph
* Sun Dec 15 2013 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.1 - Apply SME Server specific patches [SME: 8066]
1 | wellsi | 1.1 | --- anaconda-13.21.195.upstream/backend.py 2012-11-26 12:42:02.000000000 -0800 |
2 | +++ updates/backend.py 2013-03-11 11:03:05.000000000 -0700 | ||
3 | @@ -246,7 +246,7 @@ | ||
4 | if anaconda.isKickstart: | ||
5 | anaconda.backend.resetPackageSelections() | ||
6 | kickstart.selectPackages(anaconda) | ||
7 | - elif anaconda.id.displayMode != 't': | ||
8 | + else: | ||
9 | anaconda.backend.resetPackageSelections() | ||
10 | anaconda.id.instClass.setPackageSelection(anaconda) | ||
11 | anaconda.id.instClass.setGroupSelection(anaconda) |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |