/[smeserver]/rpms/anaconda/sme9/0014-Make-boot-loader-use-SME-labels.patch
ViewVC logotype

Contents of /rpms/anaconda/sme9/0014-Make-boot-loader-use-SME-labels.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Mar 18 03:25:48 2014 UTC (10 years, 2 months ago) by wellsi
Branch: MAIN
CVS Tags: anaconda-13_21_229-1_el6_sme_3, anaconda-13_21_215-1_el6_sme_7, anaconda-13_21_239-1_el6_sme_1, anaconda-13_21_215-1_el6_sme_9, anaconda-13_21_215-1_el6_sme_10, anaconda-13_21_215-1_el6_sme_11, anaconda-13_21_215-1_el6_sme_12, anaconda-13_21_263-1_el6_sme_1, anaconda-13_21_229-1_el6_sme_2, anaconda-13_21_229-1_el6_sme_1, anaconda-13_21_239-1_el6_sme, anaconda-13_21_215-1_el6_sme_8, anaconda-13_21_239_1-1_el6_sme, anaconda-13_21_215-1_el6_sme_6, anaconda-13_21_254-1_el6_sme_2, anaconda-13_21_254-1_el6_sme_1, anaconda-13_21_239-1_el6_sme_2, HEAD
* Mon Mar 17 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.6
- Make boot loader use SME labels [SME: 8229]

1 diff -ruN anaconda-13.21.215.old/storage/__init__.py anaconda-13.21.215/storage/__init__.py
2 --- anaconda-13.21.215.old/storage/__init__.py 2014-03-17 20:01:10.000000000 -0700
3 +++ anaconda-13.21.215/storage/__init__.py 2014-03-17 20:13:22.000000000 -0700
4 @@ -1336,7 +1336,7 @@
5 if os.path.isdir(mountpoint + "/usr/lib64"):
6 arch = '64'
7
8 - filename = "%s/etc/redhat-release" % mountpoint
9 + filename = "%s/etc/e-smith-release" % mountpoint
10 if os.access(filename, os.R_OK):
11 with open(filename) as f:
12 try:

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed