[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/80: installer: Replace some instances of "car".
From: |
John Darrington |
Subject: |
38/80: installer: Replace some instances of "car". |
Date: |
Tue, 3 Jan 2017 15:49:43 +0000 (UTC) |
jmd pushed a commit to branch wip-installer
in repository guix.
commit 2d047ab611ccec44bb84c50d2268ed7cfaca585a
Author: John Darrington <address@hidden>
Date: Mon Dec 26 11:22:49 2016 +0100
installer: Replace some instances of "car".
* gnu/system/installer/network.scm: car --> inner
* gnu/system/installer/wireless.scm: car --> inner
---
gnu/system/installer/network.scm | 2 +-
gnu/system/installer/wireless.scm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/system/installer/network.scm b/gnu/system/installer/network.scm
index e17f940..6b954d9 100644
--- a/gnu/system/installer/network.scm
+++ b/gnu/system/installer/network.scm
@@ -138,7 +138,7 @@
2 1
#:title (page-title p)))
(text-window (derwin
- (car pr)
+ (inner pr)
5 (getmaxx (inner pr))
0 0
#:panel #f))
diff --git a/gnu/system/installer/wireless.scm
b/gnu/system/installer/wireless.scm
index 26b08d8..3eeb532 100644
--- a/gnu/system/installer/wireless.scm
+++ b/gnu/system/installer/wireless.scm
@@ -115,7 +115,7 @@ network={
2 1
#:title (page-title p)))
(text-window (derwin
- (car pr)
+ (inner pr)
5 (getmaxx (inner pr))
0 0
#:panel #f))
- 42/80: installer: Correct bugs generating the configuration., (continued)
- 42/80: installer: Correct bugs generating the configuration., John Darrington, 2017/01/03
- 47/80: installer: Turn off kernel ring messages to console., John Darrington, 2017/01/03
- 39/80: installer: New predicate valid-hostname?, John Darrington, 2017/01/03
- 48/80: installer: Enable scrolling in the installation window., John Darrington, 2017/01/03
- 46/80: installer: Add inetutils bin directory to PATH., John Darrington, 2017/01/03
- 33/80: installer: Write the configuration to a temporary file., John Darrington, 2017/01/03
- 61/80: installer: Change the order of the filesystem task conditions., John Darrington, 2017/01/03
- 43/80: gnu: Add guix to the path environment for the guix-installer service., John Darrington, 2017/01/03
- 45/80: installer: Replace an instance of cdr with match., John Darrington, 2017/01/03
- 32/80: installer: Add a task to actually call guix system init., John Darrington, 2017/01/03
- 38/80: installer: Replace some instances of "car".,
John Darrington <=
- 26/80: installer: Add a new menu to configure wireless interfaces., John Darrington, 2017/01/03
- 59/80: installer: Prevent the user specifying the same mount point twice., John Darrington, 2017/01/03
- 57/80: installer: Issue message to user on failure of filesystems task., John Darrington, 2017/01/03
- 64/80: installer: Add a console-keymap service., John Darrington, 2017/01/03
- 71/80: installer: Make setting up of the network a prerequisite., John Darrington, 2017/01/03
- 55/80: installer: Close unused ports in pipe-cmd., John Darrington, 2017/01/03
- 72/80: installer: Ensure that all mount points are absolute paths., John Darrington, 2017/01/03
- 70/80: installer: Change essid --> wireless., John Darrington, 2017/01/03
- 52/80: installer: Fix bug where window-pipe did not return the proper exit status., John Darrington, 2017/01/03
- 78/80: installer: Rename "file-browser" -> "time-zone"., John Darrington, 2017/01/03