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

Brian C. Lane bcl at redhat.com
Wed Oct 17 23:30:14 UTC 2012


On Wed, Oct 17, 2012 at 02:54:09PM -0700, Jesse Keating wrote:
> ---
>  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

nak

This was added on purpose in commit dd194b2d for bug 815264

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 482 bytes
Desc: not available
URL: <https://lists.fedorahosted.org/pipermail/anaconda-patches/attachments/20121017/a8480c41/attachment.sig>


More information about the anaconda-patches mailing list