[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH 1/3] Fix changing size of newly created partitions
- 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 1/3] Fix changing size of newly created partitions
- Date: Wed, 15 Apr 2009 10:27:07 -0500
On Wed, 2009-04-15 at 17:26 +0200, Hans de Goede wrote:
> Currently if you create a new partition from the UI and then later
> decide to change the size using edit partition, the size does not
> get changed. This patch fixes this.
All three look good to me.
> ---
> iw/partition_dialog_gui.py | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/iw/partition_dialog_gui.py b/iw/partition_dialog_gui.py
> index 2842a12..03e9a59 100644
> --- a/iw/partition_dialog_gui.py
> +++ b/iw/partition_dialog_gui.py
> @@ -201,6 +201,7 @@ class PartitionEditor:
> actions.append(ActionCreateDevice(request))
> else:
> request.req_size = size
> + request.req_base_size = size
> request.req_grow = grow
> request.req_max_size = maxsize
> request.req_primary = primary
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]