installer: Continue even if Connman cannot phone home.
Connman's online check is unreliable for me. * gnu/installer/connman.scm (connman-online?): Accept if connman state is ready instead of online.
This commit is contained in:
parent
e1a4770fb0
commit
cc11905568
@ -287,7 +287,7 @@ list so that each keys of a given technology are gathered in a separate list."
|
||||
|
||||
(define (connman-online?)
|
||||
(let ((state (connman-state)))
|
||||
(eq? state 'online)))
|
||||
(memq state '(ready online))))
|
||||
|
||||
(define (connman-connect-with-auth service password-proc)
|
||||
"Connect to the given SERVICE with the password returned by calling
|
||||
|
Loading…
Reference in New Issue
Block a user