[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/197: installer: Rename module "new" to "guixsd-installer".
From: |
Danny Milosavljevic |
Subject: |
43/197: installer: Rename module "new" to "guixsd-installer". |
Date: |
Mon, 3 Jul 2017 20:36:57 -0400 (EDT) |
dannym pushed a commit to branch wip-installer-2
in repository guix.
commit 964dbc93b553d8d5af19d0b1847d7c2d93e9c093
Author: John Darrington <address@hidden>
Date: Wed Dec 28 09:38:52 2016 +0100
installer: Rename module "new" to "guixsd-installer".
* gnu/system/installer/new.scm: Remove file.
* gnu/system/installer/guixsd-installer.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add/Remove them.
* guix/scripts/system.scm: Adjust use-module argument.
---
gnu/local.mk | 2 +-
gnu/system/installer/{new.scm => guixsd-installer.scm} | 2 +-
guix/scripts/system.scm | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/local.mk b/gnu/local.mk
index 9aece53..83e2487 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -468,7 +468,7 @@ GNU_SYSTEM_MODULES = \
%D%/system/installer/dialog.scm \
%D%/system/installer/hostname.scm \
%D%/system/installer/mount-point.scm \
- %D%/system/installer/new.scm \
+ %D%/system/installer/guixsd-installer.scm \
%D%/system/installer/disks.scm \
%D%/system/installer/ping.scm \
%D%/system/installer/file-browser.scm \
diff --git a/gnu/system/installer/new.scm
b/gnu/system/installer/guixsd-installer.scm
similarity index 99%
rename from gnu/system/installer/new.scm
rename to gnu/system/installer/guixsd-installer.scm
index ca280f4..9ce144b 100644
--- a/gnu/system/installer/new.scm
+++ b/gnu/system/installer/guixsd-installer.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 new))
+(define-module (gnu system installer guixsd-installer))
(use-modules (ncurses curses)
(gurses menu)
diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm
index 5f3d314..c06f80c 100644
--- a/guix/scripts/system.scm
+++ b/guix/scripts/system.scm
@@ -42,7 +42,7 @@
#:use-module (gnu system file-systems)
#:use-module (gnu system linux-container)
#:use-module (gnu system vm)
- #:use-module (gnu system installer new)
+ #:use-module (gnu system installer guixsd-installer)
#:use-module (gnu system grub)
#:use-module (gnu services)
#:use-module (gnu services shepherd)
- 26/197: installer: Let the kernel know about (possibly) changed partitions., (continued)
- 26/197: installer: Let the kernel know about (possibly) changed partitions., Danny Milosavljevic, 2017/07/03
- 27/197: installer: Deal with partition tables which are (partially) corrupt., Danny Milosavljevic, 2017/07/03
- 28/197: installer: Add a variable to represent the minimum recommended store size., Danny Milosavljevic, 2017/07/03
- 32/197: installer: Remove ad-hoc completed predicate and use standard one., Danny Milosavljevic, 2017/07/03
- 34/197: installer: Replace some instances of "car"., Danny Milosavljevic, 2017/07/03
- 40/197: installer: Turn off kernel ring messages to console., Danny Milosavljevic, 2017/07/03
- 37/197: install: Define new procedure pipe-cmd and use it to implement window-pipe., Danny Milosavljevic, 2017/07/03
- 41/197: installer: Enable scrolling in the installation window., Danny Milosavljevic, 2017/07/03
- 38/197: installer: Correct bugs generating the configuration., Danny Milosavljevic, 2017/07/03
- 45/197: installer: Fix bug where window-pipe did not return the proper exit status., Danny Milosavljevic, 2017/07/03
- 43/197: installer: Rename module "new" to "guixsd-installer".,
Danny Milosavljevic <=
- 42/197: installer: Wrap installer in (catch #t ...), Danny Milosavljevic, 2017/07/03
- 48/197: installer: Close unused ports in pipe-cmd., Danny Milosavljevic, 2017/07/03
- 47/197: installer: Improve install page., Danny Milosavljevic, 2017/07/03
- 29/197: installer: Add a task to actually call guix system init., Danny Milosavljevic, 2017/07/03
- 53/197: installer: Change N_ from a procedure to a macro., Danny Milosavljevic, 2017/07/03
- 50/197: installer: Issue message to user on failure of filesystems task., Danny Milosavljevic, 2017/07/03
- 61/197: installer: Indicate which wireless access points are encrypted., Danny Milosavljevic, 2017/07/03
- 59/197: installer: Format configuration to fix width of window., Danny Milosavljevic, 2017/07/03
- 65/197: installer: Ensure that all mount points are absolute paths., Danny Milosavljevic, 2017/07/03
- 09/197: installer: Use a record instead of a list to contain tasks., Danny Milosavljevic, 2017/07/03