ts' content='noindex, nofollow'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/connman.scm
AgeCommit message (Collapse)Author
2022-02-26installer: Continue even if Connman cannot phone home.Florian Pelz
Connman's online check is unreliable for me. * gnu/installer/connman.scm (connman-online?): Accept if connman state is ready instead of online.
2020-09-21installer: Fix docstring typoes.Tobias Geerinckx-Rice
* gnu/installer/connman.scm (connman-state, run-locale-page) (start-swapping, stop-swapping, run-installer-steps): Fix typo in docstring.
2020-04-19installer: connman: Fix Wifi connection.Mathieu Othacehe
Issue reported by SergioBG here: https://lists.gnu.org/archive/html/bug-guix/2020-04/msg00432.html. Due to default buffering mode, the installer was reading from the pipe without having actually written a command before. * gnu/installer/connman.scm (connman-connect-with-auth): Set pipe buffering mode to 'line.