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

Annotation of /rpms/anaconda/sme7/anaconda-10.1.1.63-ignoredisk.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:30 2007 UTC (16 years, 6 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Import on branch sme7 of package anaconda-10.1.1.81-1.centos4.1.el4.sme.src.rpm

1 slords 1.1 --- partedUtils.py 12 May 2006 00:14:40 -0000 1.68.2.3
2     +++ partedUtils.py 8 Mar 2007 16:43:35 -0000 1.68.2.4
3     @@ -827,7 +827,8 @@
4     if self.disks:
5     return
6     for drive in self.driveList ():
7     - if drive in DiskSet.skippedDisks and not initAll:
8     + # ignoredisk takes precedence over clearpart (#186438).
9     + if drive in DiskSet.skippedDisks:
10     continue
11     deviceFile = isys.makeDevInode(drive)
12     if isys.driveIsRemovable(drive) and not flags.expert:
13    

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