[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/67: installer: Reorder local.mk.
From: |
guix-commits |
Subject: |
33/67: installer: Reorder local.mk. |
Date: |
Wed, 16 Jan 2019 19:00:41 -0500 (EST) |
civodul pushed a commit to branch wip-newt-installer
in repository guix.
commit 1b9bfa2e085810f643f8ac61e5ca2dc57338b762
Author: Mathieu Othacehe <address@hidden>
Date: Wed Dec 5 15:01:12 2018 +0900
installer: Reorder local.mk.
* gnu/local.mk (GNU_SYSTEM_MODULES): Reorder list.
---
gnu/local.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/local.mk b/gnu/local.mk
index 63859a3..1619e34 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -567,7 +567,6 @@ if ENABLE_INSTALLER
GNU_SYSTEM_MODULES += \
%D%/installer.scm \
- %D%/installer/record.scm \
%D%/installer/connman.scm \
%D%/installer/final.scm \
%D%/installer/hostname.scm \
@@ -575,6 +574,7 @@ GNU_SYSTEM_MODULES += \
%D%/installer/locale.scm \
%D%/installer/newt.scm \
%D%/installer/parted.scm \
+ %D%/installer/record.scm \
%D%/installer/services.scm \
%D%/installer/steps.scm \
%D%/installer/timezone.scm \
- 16/67: services: herd: Allow to pass arguments to start-service., (continued)
- 16/67: services: herd: Allow to pass arguments to start-service., guix-commits, 2019/01/16
- 11/67: installer: Rewrite welcome page., guix-commits, 2019/01/16
- 15/67: build: syscalls: Add device-in-use?., guix-commits, 2019/01/16
- 21/67: installer: Add new utils., guix-commits, 2019/01/16
- 20/67: installer: Remove "selection" from all titles., guix-commits, 2019/01/16
- 28/67: installer: Fix ethernet connection., guix-commits, 2019/01/16
- 10/67: gnu: installer: Launch the installer as kmscon login-program., guix-commits, 2019/01/16
- 19/67: file-systems: Export read-partition-label and read-partition-uuid., guix-commits, 2019/01/16
- 14/67: tests: Rename %test-encrypted-os to %test-encrypted-root-os., guix-commits, 2019/01/16
- 18/67: gnu: Add guile-parted., guix-commits, 2019/01/16
- 33/67: installer: Reorder local.mk.,
guix-commits <=
- 05/67: installer: newt: Use scheme-modules* instead of scheme-modules., guix-commits, 2019/01/16
- 17/67: gnu: guile-newt: Update to revision 4., guix-commits, 2019/01/16
- 35/67: installer: Fix compute calls., guix-commits, 2019/01/16
- 36/67: installer: Reorder partitionment step., guix-commits, 2019/01/16
- 24/67: installer: Add services page., guix-commits, 2019/01/16
- 37/67: installer: locale: Make clear that the point is to select a glibc locale., guix-commits, 2019/01/16
- 26/67: installer: Add new pages., guix-commits, 2019/01/16
- 07/67: configure: Disable installer build by default., guix-commits, 2019/01/16
- 30/67: installer: Add user module., guix-commits, 2019/01/16
- 50/67: installer: partition: Fix typo., guix-commits, 2019/01/16