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

Martin Kolman mkolman at redhat.com
Tue Dec 10 15:46:50 UTC 2013


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



More information about the anaconda-patches mailing list