/[smeserver]/rpms/booty/sme8/0001-Install-grub-correctly-on-raid1-devices.patch
ViewVC logotype

Diff of /rpms/booty/sme8/0001-Install-grub-correctly-on-raid1-devices.patch

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

Revision 1.1 by slords, Tue Oct 27 01:36:25 2009 UTC Revision 1.2 by slords, Mon May 17 16:52:43 2010 UTC
# Line 1  Line 1 
1  From aee5b5cdc91b441e04fa74a8abd174dc40457730 Mon Sep 17 00:00:00 2001  From e955bd03bf0c866a96abc419c6bd7ea8770e70e1 Mon Sep 17 00:00:00 2001
2  From: Shad L. Lords <slords@mail.com>  From: Shad L. Lords <slords@mail.com>
3  Date: Thu, 22 Oct 2009 09:24:38 -0600  Date: Thu, 22 Oct 2009 09:24:38 -0600
4  Subject: [PATCH] Install grub correctly on raid1 devices  Subject: [PATCH] Install grub correctly on raid1 devices
# Line 8  Subject: [PATCH] Install grub correctly Line 8  Subject: [PATCH] Install grub correctly
8   1 files changed, 4 insertions(+), 9 deletions(-)   1 files changed, 4 insertions(+), 9 deletions(-)
9    
10  diff --git a/bootloaderInfo.py b/bootloaderInfo.py  diff --git a/bootloaderInfo.py b/bootloaderInfo.py
11  index 3c4f0cc..e5582f0 100644  index b0671ed..1e518fc 100644
12  --- a/bootloaderInfo.py  --- a/bootloaderInfo.py
13  +++ b/bootloaderInfo.py  +++ b/bootloaderInfo.py
14  @@ -934,17 +934,14 @@ class x86BootloaderInfo(bootloaderInfo):  @@ -940,17 +940,14 @@ class x86BootloaderInfo(bootloaderInfo):
15                            
16           cmds = []           cmds = []
17           for bootDev in bootDevs:           for bootDev in bootDevs:
# Line 32  index 3c4f0cc..e5582f0 100644 Line 32  index 3c4f0cc..e5582f0 100644
32               cmds.append(cmd)               cmds.append(cmd)
33                            
34           if not justConfigFile:           if not justConfigFile:
35  @@ -1133,9 +1130,7 @@ class x86BootloaderInfo(bootloaderInfo):  @@ -1139,9 +1136,7 @@ class x86BootloaderInfo(bootloaderInfo):
36                       grubbyRootPart = self.grubbyPartitionName(rootDev)                       grubbyRootPart = self.grubbyPartitionName(rootDev)
37                       break                       break
38                                            


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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