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:
Florian Pelz 2022-02-12 12:47:56 +01:00
parent e1a4770fb0
commit cc11905568
No known key found for this signature in database
GPG Key ID: 300888CB39C63817
1 changed files with 1 additions and 1 deletions

View File

@ -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