mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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?)
|
||||
(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 a new issue