[PATCH] Don't require network configuration in Live DVD (#962485)

Brian C. Lane bcl at redhat.com
Tue May 14 13:49:44 UTC 2013


On Tue, May 14, 2013 at 02:42:49PM +0200, Radek Vykydal wrote:
> ---
>  pyanaconda/ui/gui/spokes/network.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pyanaconda/ui/gui/spokes/network.py b/pyanaconda/ui/gui/spokes/network.py
> index 597419e..b8c1a14 100644
> --- a/pyanaconda/ui/gui/spokes/network.py
> +++ b/pyanaconda/ui/gui/spokes/network.py
> @@ -1257,7 +1257,7 @@ class NetworkStandaloneSpoke(StandaloneSpoke):
>  
>      @property
>      def completed(self):
> -        return len(self.network_control_box.activated_connections()) > 0
> +        return flags.livecdInstall or len(self.network_control_box.activated_connections()) > 0

We should probably just use can_touch_runtime_system() here since the
flags.imageInstall and flags.dirInstall modes are only use when running
anaconda on a host system.

-- 
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/20130514/0d6e9a5c/attachment.sig>


More information about the anaconda-patches mailing list