Re: [PATCH 1/3] Fix changing size of newly created partitions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux