[PATCH] Add /boot/efi to suggested mountpoints (#960677)

Brian C. Lane bcl at redhat.com
Wed May 8 22:21:39 UTC 2013


From: "Brian C. Lane" <bcl at redhat.com>

---
 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 4331942..0b857aa 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -171,7 +171,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", "/boot/efi", "/home", "/usr", "/var",
              "swap", "biosboot", "prepboot"]
     for path in paths:
         if path not in used_mountpoints:
-- 
1.8.1.4



More information about the anaconda-patches mailing list