[PATCH] Don't offer /usr as a mount point (#867558)

Jesse Keating jkeating at redhat.com
Wed Oct 17 21:54:09 UTC 2012


---
 pyanaconda/ui/gui/spokes/custom.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index b390f9a..d35ef3e 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -160,7 +160,7 @@ def ui_storage_logger():
 
 def populate_mountpoint_store(store, used_mountpoints):
     # sure, add whatever you want to this list. this is just a start.
-    paths = ["/", "/boot", "/home", "/usr", "/var",
+    paths = ["/", "/boot", "/home", "/srv", "/var",
              "swap", "biosboot", "prepboot"]
     for path in paths:
         if path not in used_mountpoints:
-- 
1.7.11.4



More information about the anaconda-patches mailing list