mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ (define (connman-disconnect service)
|
||||||
|
|
||||||
(define (connman-online?)
|
(define (connman-online?)
|
||||||
(let ((state (connman-state)))
|
(let ((state (connman-state)))
|
||||||
(eq? state 'online)))
|
(memq state '(ready online))))
|
||||||
|
|
||||||
(define (connman-connect-with-auth service password-proc)
|
(define (connman-connect-with-auth service password-proc)
|
||||||
"Connect to the given SERVICE with the password returned by calling
|
"Connect to the given SERVICE with the password returned by calling
|
||||||
|
|
Loading…
Reference in a new issue