[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
82/197: installer: Rename 'file-browser.scm' to 'key-map.scm'.
From: |
Danny Milosavljevic |
Subject: |
82/197: installer: Rename 'file-browser.scm' to 'key-map.scm'. |
Date: |
Mon, 3 Jul 2017 20:37:04 -0400 (EDT) |
dannym pushed a commit to branch wip-installer-2
in repository guix.
commit 7271ef283593163d60871fa18f17da5c7e16b4c4
Author: John Darrington <address@hidden>
Date: Sat Jan 7 16:03:06 2017 +0100
installer: Rename 'file-browser.scm' to 'key-map.scm'.
* gnu/system/installer/file-browser.scm: Delete file.
* gnu/system/installer/key-map.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Delete/Add it.
* gnu/system/installer/guixsd-installer.scm: Replace "use-module".
---
gnu/local.mk | 2 +-
gnu/system/installer/guixsd-installer.scm | 2 +-
gnu/system/installer/{file-browser.scm => key-map.scm} | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/local.mk b/gnu/local.mk
index cad3440..20284f9 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -472,7 +472,7 @@ GNU_SYSTEM_MODULES = \
%D%/system/installer/guixsd-installer.scm \
%D%/system/installer/disks.scm \
%D%/system/installer/ping.scm \
- %D%/system/installer/file-browser.scm \
+ %D%/system/installer/key-map.scm \
%D%/system/installer/role.scm \
%D%/system/installer/utils.scm \
%D%/system/installer/page.scm \
diff --git a/gnu/system/installer/guixsd-installer.scm
b/gnu/system/installer/guixsd-installer.scm
index 20dbb04..2e81af2 100644
--- a/gnu/system/installer/guixsd-installer.scm
+++ b/gnu/system/installer/guixsd-installer.scm
@@ -28,7 +28,7 @@
(gnu system installer configure)
(gnu system installer filesystems)
(gnu system installer hostname)
- (gnu system installer file-browser)
+ (gnu system installer key-map)
(gnu system installer time-zone)
(gnu system installer role)
(gnu system installer network)
diff --git a/gnu/system/installer/file-browser.scm
b/gnu/system/installer/key-map.scm
similarity index 98%
rename from gnu/system/installer/file-browser.scm
rename to gnu/system/installer/key-map.scm
index 4cb2580..c964f68 100644
--- a/gnu/system/installer/file-browser.scm
+++ b/gnu/system/installer/key-map.scm
@@ -16,7 +16,7 @@
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
-(define-module (gnu system installer file-browser)
+(define-module (gnu system installer key-map)
#:use-module (gnu system installer page)
#:use-module (gnu system installer utils)
#:use-module (gnu system installer misc)
- 89/197: installer: Make the network menu more reliable., (continued)
- 89/197: installer: Make the network menu more reliable., Danny Milosavljevic, 2017/07/03
- 90/197: installer: Enable direct scrolling to top or bottom of menus., Danny Milosavljevic, 2017/07/03
- 78/197: installer: Ensure that the cursor visibility is updated on each page., Danny Milosavljevic, 2017/07/03
- 107/197: installer: Do not allow the creation of invalid file-system specificaitons., Danny Milosavljevic, 2017/07/03
- 57/197: installer: Add a console-keymap service., Danny Milosavljevic, 2017/07/03
- 69/197: installer: Remove "continue" button from host name page., Danny Milosavljevic, 2017/07/03
- 58/197: installer: Add flags to indicate network interface status., Danny Milosavljevic, 2017/07/03
- 72/197: installer: Use --fallback when installing., Danny Milosavljevic, 2017/07/03
- 73/197: installer: Correct behaviour of push-cursor and pop-cursor procedures., Danny Milosavljevic, 2017/07/03
- 77/197: installer: New procedure: page-enter., Danny Milosavljevic, 2017/07/03
- 82/197: installer: Rename 'file-browser.scm' to 'key-map.scm'.,
Danny Milosavljevic <=
- 63/197: installer: Change essid --> wireless., Danny Milosavljevic, 2017/07/03
- 70/197: installer: Rename "file-browser" -> "time-zone"., Danny Milosavljevic, 2017/07/03
- 81/197: installer: Make all windows with ports scrollable., Danny Milosavljevic, 2017/07/03
- 62/197: installer: Add page with which the wifi password can be entered., Danny Milosavljevic, 2017/07/03
- 75/197: installer: Remove pointless calls to delwin., Danny Milosavljevic, 2017/07/03
- 87/197: installer: Minor cleanup., Danny Milosavljevic, 2017/07/03
- 79/197: installer: Rename "Back" buttons to "Cancel"., Danny Milosavljevic, 2017/07/03
- 98/197: installer: Correct bug detecting a wireless interface., Danny Milosavljevic, 2017/07/03
- 91/197: installer: Add callback parameter for forms., Danny Milosavljevic, 2017/07/03
- 95/197: installer: Add a predicate to ensure the partitions have been formatted., Danny Milosavljevic, 2017/07/03