[PATCH rhel7-branch] Don't require network in standalone spoke for media installs (#1066807)

Vratislav Podzimek vpodzime at redhat.com
Tue Feb 25 14:40:23 UTC 2014


On Tue, 2014-02-25 at 15:19 +0100, Radek Vykydal wrote:
> Resolves: rhbz#1066807
> ---
>  pyanaconda/ui/gui/spokes/network.py | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/pyanaconda/ui/gui/spokes/network.py b/pyanaconda/ui/gui/spokes/network.py
> index 96a1bc5..d4f4faa 100644
> --- a/pyanaconda/ui/gui/spokes/network.py
> +++ b/pyanaconda/ui/gui/spokes/network.py
> @@ -1431,7 +1431,8 @@ class NetworkStandaloneSpoke(StandaloneSpoke):
>      @property
>      def completed(self):
>          return (not flags.can_touch_runtime_system("require network connection")
> -                or nm.nm_activated_devices())
> +                or nm.nm_activated_devices()
> +                or self.data.method.method not in ("url", "nfs"))
>  
>      def initialize(self):
>          register_secret_agent(self)
ACK.

-- 
Vratislav Podzimek

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



More information about the anaconda-patches mailing list