From: Michael Tremer Date: Mon, 6 Apr 2009 08:26:02 +0000 (+0200) Subject: Fixed an error in partedUtils.py. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccb5172f2d798c3dcb41e2684ec4010db344bfcd;p=ipfire-3.x.git Fixed an error in partedUtils.py. --- diff --git a/src/pomona/partedUtils.py b/src/pomona/partedUtils.py index 59eb0f4f9..aa9ab4547 100644 --- a/src/pomona/partedUtils.py +++ b/src/pomona/partedUtils.py @@ -852,11 +852,6 @@ class DiskSet: return False def _askForLabelPermission(self, intf, drive, clearDevs, initAll, ks): - #Do not try to initialize device's part. table in rescue mode - if self.pomona.rescue: - self._removeDisk(drive) - return False - rc = 0 if (ks and (drive in clearDevs) and initAll) or \ self.isDisciplineFBA(drive):