[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH 2/2] Allow editing of the hdiso source partition so it can be mounted (#498591).
- From: David Lehman <dlehman redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: [PATCH 2/2] Allow editing of the hdiso source partition so it can be mounted (#498591).
- Date: Fri, 01 May 2009 12:38:00 -0500
On Fri, 2009-05-01 at 13:35 -0400, Chris Lumens wrote:
> ---
> iw/partition_gui.py | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
This set looks good.
>
> diff --git a/iw/partition_gui.py b/iw/partition_gui.py
> index 8a283cf..39db656 100644
> --- a/iw/partition_gui.py
> +++ b/iw/partition_gui.py
> @@ -1050,7 +1050,7 @@ class PartitionWindow(InstallWindow):
> custom_icon="error")
> return
>
> - reason = self.storage.deviceImmutable(device)
> + reason = self.storage.deviceImmutable(device, ignoreProtected=True)
> if reason:
> self.intf.messageWindow(_("Unable To Edit"),
> _("You cannot edit this device:\n\n%s")
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]