[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] Pass the fslabel down for existing partitions.
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Subject: Re: [PATCH] Pass the fslabel down for existing partitions.
- Date: Tue, 30 Jun 2009 10:25:15 -0400
> diff --git a/autopart.py b/autopart.py
> index 0ba8e9a..30f886c 100644
> --- a/autopart.py
> +++ b/autopart.py
> @@ -1273,6 +1273,8 @@ def doAutoPartition(anaconda):
>
> # now go through and set things from the request to the
> # preexisting partition's request... ladeda
> + if request.fslabel:
> + req.fslabel = request.fslabel
> if request.mountpoint:
> req.mountpoint = request.mountpoint
> if request.badblocks:
Looks good to me. Thanks for the patch.
- Chris
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]