summaryrefslogtreecommitdiffstats
path: root/partitioning.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-08-13 20:59:26 +0000
committerJeremy Katz <katzj@redhat.com>2001-08-13 20:59:26 +0000
commit96d132880b371e7a412220dda3b56929aa0822c6 (patch)
tree0810c9267ffa7f8eebfebaac58ffdbe7f0858a18 /partitioning.py
parent600bac3e270c0d3367529e7c10cd0ad1d6f9be93 (diff)
downloadanaconda-96d132880b371e7a412220dda3b56929aa0822c6.tar.gz
anaconda-96d132880b371e7a412220dda3b56929aa0822c6.tar.xz
anaconda-96d132880b371e7a412220dda3b56929aa0822c6.zip
now we can set mountpoints for protected partitions. the gui actually
already had all the right magic (51393)
Diffstat (limited to 'partitioning.py')
-rw-r--r--partitioning.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/partitioning.py b/partitioning.py
index c171d7805..eaf7365ff 100644
--- a/partitioning.py
+++ b/partitioning.py
@@ -1712,11 +1712,6 @@ def doEditPartitionByRequest(intf, requestlist, part):
request = requestlist.getRequestByDeviceName(get_partition_name(part))
if request:
- if request.type == REQUEST_PROTECTED:
- intf.messageWindow(_("Unable to Edit"),
- _("You cannot edit this "
- "partition, as it is in use by the installer."))
- return (None, None)
if requestlist.isRaidMember(request):
intf.messageWindow( _("Unable to Edit"),
_("You cannot edit this partition "