summaryrefslogtreecommitdiff
path: root/gnu/installer
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/installer')
-rw-r--r--gnu/installer/newt/network.scm14
1 files changed, 9 insertions, 5 deletions
diff --git a/gnu/installer/newt/network.scm b/gnu/installer/newt/network.scm
index 0b91bda5f87..b29a475fba2 100644
--- a/gnu/installer/newt/network.scm
+++ b/gnu/installer/newt/network.scm
@@ -155,11 +155,15 @@ FULL-VALUE tentatives, spaced by 1 second."
full-value
(+ value 1))))
(unless (online?)
- (run-error-page
- (G_ "The selected network does not provide access to the \
-Internet and the Guix substitute server, please try again.")
- (G_ "Connection error"))
- (abort-to-prompt 'installer-step 'abort))))
+ (case (choice-window
+ (G_ "Internet access")
+ (G_ "Continue")
+ (G_ "Try again?")
+ (G_ "
+The selected network does not seem to provide access to the \
+Internet. The install process requires Internet access. \
+Do you want to continue anyway?"))
+ ((2) (abort-to-prompt 'installer-step 'abort))))))
(define (run-network-page)
"Run a page to allow the user to configure connman so that it can access the