mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
installer: Fix ethernet connection.
* gnu/installer/newt/ethernet.scm (connect-ethernet-service): Return the service passed as parameter.
This commit is contained in:
parent
6aa625c2f8
commit
fb1675cbca
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@ (define (connect-ethernet-service service)
|
|||
(let* ((service-name (service-name service))
|
||||
(form (draw-connecting-page service-name)))
|
||||
(connman-connect service)
|
||||
(destroy-form-and-pop form)))
|
||||
(destroy-form-and-pop form)
|
||||
service))
|
||||
|
||||
(define (run-ethernet-page)
|
||||
(let ((services (ethernet-services)))
|
||||
|
|
Loading…
Reference in a new issue