guix-commits
[Top][All Lists]
Advanced

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

branch master updated: installer: Add a missing confirmation page before


From: guix-commits
Subject: branch master updated: installer: Add a missing confirmation page before formatting.
Date: Thu, 20 Oct 2022 11:28:23 -0400

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 00ff6f7c39 installer: Add a missing confirmation page before 
formatting.
00ff6f7c39 is described below

commit 00ff6f7c399670a76efffb91276dea2633cc130c
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Oct 20 17:09:17 2022 +0200

    installer: Add a missing confirmation page before formatting.
    
    This is a follow-up of: <https://issues.guix.gnu.org/57232>
    
    * gnu/installer/newt/partition.scm (run-label-page): Add a confirmation page
    when dealing with an EFI installation.
---
 gnu/installer/newt/partition.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/installer/newt/partition.scm b/gnu/installer/newt/partition.scm
index 86607a8380..37656696c1 100644
--- a/gnu/installer/newt/partition.scm
+++ b/gnu/installer/newt/partition.scm
@@ -108,7 +108,7 @@ all data on disk will be lost, are you sure you want to 
proceed?") item)
   "Run a page asking the user to select a partition table label."
   ;; Force the GPT label if UEFI is supported.
   (if (efi-installation?)
-      "gpt"
+      ((run-label-confirmation-page button-callback) "gpt")
       (run-listbox-selection-page
        #:info-text (G_ "Select a new partition table type. \
 Be careful, all data on the disk will be lost.")



reply via email to

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