/[smeserver]/rpms/anaconda/sme8/0006-Start-boot-raid-device-first-so-it-will-be-in-sync.patch
ViewVC logotype

Diff of /rpms/anaconda/sme8/0006-Start-boot-raid-device-first-so-it-will-be-in-sync.patch

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

Revision 1.1 by slords, Thu Oct 22 14:43:11 2009 UTC Revision 1.3 by slords, Mon Jun 7 14:25:13 2010 UTC
# Line 1  Line 1 
1  From fe872702c540121fdd8857b8fa2371d2e9cacded Mon Sep 17 00:00:00 2001  From 647b0ce7b2c54293f3d3f45cfe2f8211f7652cca Mon Sep 17 00:00:00 2001
2  From: Shad L. Lords <slords@mail.com>  From: Shad L. Lords <slords@mail.com>
3  Date: Mon, 19 Oct 2009 08:14:41 -0600  Date: Mon, 19 Oct 2009 08:14:41 -0600
4  Subject: [PATCH] Start /boot raid device first so it will be in sync for grub install  Subject: [PATCH] Start /boot raid device first so it will be in sync for grub install
# Line 9  Subject: [PATCH] Start /boot raid device Line 9  Subject: [PATCH] Start /boot raid device
9   2 files changed, 5 insertions(+), 0 deletions(-)   2 files changed, 5 insertions(+), 0 deletions(-)
10    
11  diff --git a/fsset.py b/fsset.py  diff --git a/fsset.py b/fsset.py
12  index 2682d2a..7574ac3 100644  index ea9ba66..7e3c26f 100644
13  --- a/fsset.py  --- a/fsset.py
14  +++ b/fsset.py  +++ b/fsset.py
15  @@ -1881,6 +1881,10 @@ MAILADDR root  @@ -1887,6 +1887,10 @@ MAILADDR root
16                   entry.device.setupDevice(chroot, vgdevice = vg)                   entry.device.setupDevice(chroot, vgdevice = vg)
17           self.volumesCreated = 1           self.volumesCreated = 1
18    
# Line 24  index 2682d2a..7574ac3 100644 Line 24  index 2682d2a..7574ac3 100644
24       def makeFilesystems (self, chroot='/'):       def makeFilesystems (self, chroot='/'):
25           formatted = []           formatted = []
26  diff --git a/packages.py b/packages.py  diff --git a/packages.py b/packages.py
27  index c05f5fa..e2d719b 100644  index a1a6e56..5bce4be 100644
28  --- a/packages.py  --- a/packages.py
29  +++ b/packages.py  +++ b/packages.py
30  @@ -147,6 +147,7 @@ def turnOnFilesystems(anaconda):  @@ -147,6 +147,7 @@ def turnOnFilesystems(anaconda):


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