/[smeserver]/rpms/anaconda/sme7/smeserver-bootraidfirst.patch
ViewVC logotype

Contents of /rpms/anaconda/sme7/smeserver-bootraidfirst.patch

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


Revision 1.1 - (show annotations) (download)
Tue Jun 12 14:39:15 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: anaconda-10_1_1_63-4_centos4_1_el4_sme
Import on branch sme7 of package anaconda-10.1.1.63-4.centos4.1.el4.sme.src.rpm

1 diff -Nur -x '*.orig' -x '*.rej' anaconda-10.1.1.46/fsset.py mezzanine_patched_anaconda-10.1.1.46/fsset.py
2 --- anaconda-10.1.1.46/fsset.py 2006-12-08 14:14:36.000000000 -0700
3 +++ mezzanine_patched_anaconda-10.1.1.46/fsset.py 2006-12-08 14:12:44.000000000 -0700
4 @@ -1443,6 +1443,10 @@
5 entry.device.setupDevice(chroot)
6 self.volumesCreated = 1
7
8 + def createBootRaid (self, chroot='/'):
9 + bootDev = self.getBootDev()
10 + if bootDev.getDevice().startswith('md'):
11 + bootDev.setupDevice(chroot)
12
13 def makeFilesystems (self, chroot='/'):
14 formatted = []
15 diff -Nur -x '*.orig' -x '*.rej' anaconda-10.1.1.46/packages.py mezzanine_patched_anaconda-10.1.1.46/packages.py
16 --- anaconda-10.1.1.46/packages.py 2006-12-08 14:14:36.000000000 -0700
17 +++ mezzanine_patched_anaconda-10.1.1.46/packages.py 2006-12-08 14:13:07.000000000 -0700
18 @@ -564,6 +564,7 @@
19 if not thefsset.isActive():
20 diskset.savePartitions ()
21 thefsset.checkBadblocks(instPath)
22 + thefsset.createBootRaid(instPath)
23 if not thefsset.volumesCreated:
24 thefsset.createLogicalVolumes(instPath)
25 thefsset.formatSwap(instPath)

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