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

Annotation of /rpms/anaconda/sme8/0014-Make-boot-loader-use-SME-labels.patch

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


Revision 1.3 - (hide annotations) (download)
Mon Jun 7 14:25:13 2010 UTC (14 years ago) by slords
Branch: MAIN
Changes since 1.2: +1 -1 lines
* Mon Jun 07 2010 Shad L. Lords <slords@mail.com> 11.1.2.209-1.sme
- Fix mkinitrd part of no kernel patch so dd works [SME: 6031]

1 slords 1.3 From 7cf191ccb6219fa3daba5c68a125a493a4ded5ef Mon Sep 17 00:00:00 2001
2 slords 1.1 From: Shad L. Lords <slords@mail.com>
3     Date: Mon, 19 Oct 2009 08:40:10 -0600
4     Subject: [PATCH] Make boot loader use SME labels
5    
6     ---
7     partedUtils.py | 4 ++--
8     1 files changed, 2 insertions(+), 2 deletions(-)
9    
10     diff --git a/partedUtils.py b/partedUtils.py
11 slords 1.2 index 147c2f8..2a2d034 100644
12 slords 1.1 --- a/partedUtils.py
13     +++ b/partedUtils.py
14     @@ -528,8 +528,8 @@ def sniffFilesystemType(device):
15     return None
16    
17     def getReleaseString(mountpoint):
18     - if os.access(mountpoint + "/etc/redhat-release", os.R_OK):
19     - f = open(mountpoint + "/etc/redhat-release", "r")
20     + if os.access(mountpoint + "/etc/e-smith-release", os.R_OK):
21     + f = open(mountpoint + "/etc/e-smith-release", "r")
22     try:
23     lines = f.readlines()
24     except IOError:
25     --
26     1.5.5.6
27    

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