[f20-branch/master/rhel7-branch][PATCH] Disable tmpfs in the GUI (#1039511)

Brian C. Lane bcl at redhat.com
Tue Dec 10 22:20:38 UTC 2013


On Tue, Dec 10, 2013 at 04:46:50PM +0100, Martin Kolman wrote:
> Tmpfs handling in GUI is currently seriously broken,
> so hide tmpfs until this is fixed.
> 
> Signed-off-by: Martin Kolman <mkolman at redhat.com>
> ---
>  pyanaconda/ui/gui/spokes/custom.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
> index ac6cab6..76405b1 100644
> --- a/pyanaconda/ui/gui/spokes/custom.py
> +++ b/pyanaconda/ui/gui/spokes/custom.py
> @@ -786,6 +786,7 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
>  
>              # btrfs is always handled by on_device_type_changed
>              supported_fs = (obj.type != "btrfs" and
> +                            obj.type != "tmpfs" and
>                              obj.supported and obj.formattable and
>                              (isinstance(obj, FS) or
>                               obj.type in ["biosboot", "prepboot", "swap"]))
> -- 
> 1.8.4.2

Ack

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)


More information about the anaconda-patches mailing list