guix-commits
[Top][All Lists]
Advanced

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

09/12: installer: Exit the format page after all partitions are successf


From: John Darrington
Subject: 09/12: installer: Exit the format page after all partitions are successfully formatted.
Date: Sun, 15 Jan 2017 15:45:40 +0000 (UTC)

jmd pushed a commit to branch wip-installer
in repository guix.

commit 23b4ef884b86856a30d92fa4586386c89389a01a
Author: John Darrington <address@hidden>
Date:   Sun Jan 15 09:07:51 2017 +0100

    installer: Exit the format page after all partitions are successfully 
formatted.
    
    * gnu/system/installer/format.scm (format-key-handler)[continue]: Leave
    the page if all filesystems are formatted.
---
 gnu/system/installer/format.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/system/installer/format.scm b/gnu/system/installer/format.scm
index fc9d84d..1684b36 100644
--- a/gnu/system/installer/format.scm
+++ b/gnu/system/installer/format.scm
@@ -114,7 +114,8 @@ match those uuids read from the respective partitions"
 
         (close-port window-port))
 
-      ;;(page-leave)
+      (when (filesystems-are-current?)
+            (page-leave))
       ))
 
     #f))



reply via email to

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