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

Vratislav Podzimek vpodzime at redhat.com
Thu May 9 09:40:33 UTC 2013


On Wed, 2013-05-08 at 15:21 -0700, Brian C. Lane wrote:
> 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:
ACK.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list