[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
186/197: installer: Return to network page after passphrase entry.
From: |
Danny Milosavljevic |
Subject: |
186/197: installer: Return to network page after passphrase entry. |
Date: |
Mon, 3 Jul 2017 20:37:22 -0400 (EDT) |
dannym pushed a commit to branch wip-installer-2
in repository guix.
commit 29064b0abe90f7ba500d81bb0f0502a1fd4fec28
Author: John Darrington <address@hidden>
Date: Sun Feb 19 15:15:22 2017 +0100
installer: Return to network page after passphrase entry.
* gnu/system/installer/passphrase.scm (passphrase--key-handler): Pop one
level before returning.
---
gnu/system/installer/passphrase.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/system/installer/passphrase.scm
b/gnu/system/installer/passphrase.scm
index 22eb13d..b222e90 100644
--- a/gnu/system/installer/passphrase.scm
+++ b/gnu/system/installer/passphrase.scm
@@ -21,6 +21,7 @@
#:use-module (gnu system installer misc)
#:use-module (gnu system installer utils)
#:use-module (gnu system installer wireless)
+ #:use-module (gnu system installer levelled-stack)
#:use-module (gurses form)
#:use-module (gurses buttons)
#:use-module (ncurses curses)
@@ -92,6 +93,7 @@
(page-datum page 'ifce)
access-point
(form-get-value form 'passphrase))
+ (page-pop)
(page-leave))
(else
- 167/197: installer: Fix bug when changing languages., (continued)
- 167/197: installer: Fix bug when changing languages., Danny Milosavljevic, 2017/07/03
- 156/197: installer: New page to select language., Danny Milosavljevic, 2017/07/03
- 168/197: installer: Fix the startup locale., Danny Milosavljevic, 2017/07/03
- 173/197: installer: Remove whitespace., Danny Milosavljevic, 2017/07/03
- 01/197: gnu: Add graphical installer, Danny Milosavljevic, 2017/07/03
- 174/197: installer: Provide the ability to add new users., Danny Milosavljevic, 2017/07/03
- 178/197: installer: Infer likely entries for user accounts from the gecos field., Danny Milosavljevic, 2017/07/03
- 180/197: installer: Use a different mount-point for each install attempt., Danny Milosavljevic, 2017/07/03
- 183/197: installer: Specify a pid file for wpa_supplicant., Danny Milosavljevic, 2017/07/03
- 181/197: installer: Make the install attempts counter global., Danny Milosavljevic, 2017/07/03
- 186/197: installer: Return to network page after passphrase entry.,
Danny Milosavljevic <=
- 185/197: installer: Avoid flicker in network page., Danny Milosavljevic, 2017/07/03
- 169/197: installer: Add users page., Danny Milosavljevic, 2017/07/03
- 193/197: install: %installation-services: Make mingetty-service autologin to the installer., Danny Milosavljevic, 2017/07/03
- 196/197: installer: Add imports., Danny Milosavljevic, 2017/07/03
- 195/197: installer: Emit (gnu bootloader grub) import., Danny Milosavljevic, 2017/07/03
- 191/197: gurses: form: Handle Ctrl-F and Ctrl-B in forms., Danny Milosavljevic, 2017/07/03