[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/80: installer: Rename module "new" to "guixsd-installer".
From: |
John Darrington |
Subject: |
50/80: installer: Rename module "new" to "guixsd-installer". |
Date: |
Tue, 3 Jan 2017 15:49:44 +0000 (UTC) |
jmd pushed a commit to branch wip-installer
in repository guix.
commit 33ee2c85ccd010503119d8306cfc0ca2a666eb5d
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 32e6555..13d528b 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -444,7 +444,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 194e386..121bd4d 100644
--- a/guix/scripts/system.scm
+++ b/guix/scripts/system.scm
@@ -40,7 +40,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)
- 59/80: installer: Prevent the user specifying the same mount point twice., (continued)
- 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
- 75/80: installer: Add predicate for the network task., John Darrington, 2017/01/03
- 50/80: installer: Rename module "new" to "guixsd-installer".,
John Darrington <=
- 54/80: installer: Improve install page., John Darrington, 2017/01/03
- 62/80: installer: Use global variable instead of string literal for "/gnu"., John Darrington, 2017/01/03
- 63/80: installer: Do not use /tmp for holding the configuration., John Darrington, 2017/01/03
- 56/80: installer: Replace spawned mount command with the mount syscall., John Darrington, 2017/01/03
- 53/80: installer: Replace "%temporary-configuration-file-port" with "config-file"., John Darrington, 2017/01/03
- 51/80: installer: Use consistent window heights., John Darrington, 2017/01/03
- 15/80: installer: Add procedures to replace car/cdr since these are frounded upon by Guile gurus., John Darrington, 2017/01/03
- 65/80: installer: Add flags to indicate network interface status., John Darrington, 2017/01/03
- 66/80: installer: Format configuration to fix width of window., John Darrington, 2017/01/03
- 80/80: installer: Use --fallback when installing., John Darrington, 2017/01/03