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