[PATCH] Disable tmpfs in the GUI (#1061666)

Martin Kolman mkolman at redhat.com
Wed Feb 19 17:06:07 UTC 2014


Tmpfs handling in GUI is currently seriously broken,
so hide tmpfs until this is fixed.

(cherry picked from commit 0067906d7fecde010b4b5d669078e2d3a39c593b)
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 61506fc..093a81c 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -762,6 +762,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.5.3



More information about the anaconda-patches mailing list