guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: installer: parameters: Add a reboot button.


From: guix-commits
Subject: branch master updated: installer: parameters: Add a reboot button.
Date: Sat, 07 Nov 2020 12:17:53 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c2396ce  installer: parameters: Add a reboot button.
c2396ce is described below

commit c2396ceb6eb30ac87755eb8b39583403b35fbd12
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Nov 7 18:16:01 2020 +0100

    installer: parameters: Add a reboot button.
    
    Suggested by: zimoun <zimon.toutoune@gmail.com>.
    
    * gnu/installer/newt/parameters.scm (run-parameters-page): Add a reboot
    button.
---
 gnu/installer/newt/parameters.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/installer/newt/parameters.scm 
b/gnu/installer/newt/parameters.scm
index 95112b5..8fb1aa3 100644
--- a/gnu/installer/newt/parameters.scm
+++ b/gnu/installer/newt/parameters.scm
@@ -20,6 +20,7 @@
   #:use-module (gnu installer proxy)
   #:use-module (gnu installer steps)
   #:use-module (gnu installer newt page)
+  #:use-module (guix build syscalls)
   #:use-module (guix i18n)
   #:use-module (ice-9 match)
   #:use-module (newt)
@@ -40,7 +41,8 @@ empty string, proxy usage will be disabled.")
   (let* ((items
           (list
            (cons (G_ "Change keyboard layout") keyboard-layout-selection)
-           (cons (G_ "Configure HTTP proxy") run-proxy-page)))
+           (cons (G_ "Configure HTTP proxy") run-proxy-page)
+           (cons (G_ "Reboot") reboot)))
          (result
           (run-listbox-selection-page
            #:info-text (G_ "Please choose one of the following parameters or \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]