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

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

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


Revision 1.2 - (hide annotations) (download)
Sat Dec 1 03:37:31 2007 UTC (16 years, 6 months ago) by slords
Branch: MAIN
CVS Tags: anaconda-10_1_1_81-1_centos4_1_el4_sme
Changes since 1.1: +1 -1 lines
Import on branch sme7 of package anaconda-10.1.1.81-1.centos4.1.el4.sme.src.rpm

1 slords 1.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 slords 1.2 @@ -1555,6 +1555,10 @@
5 slords 1.1 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