[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: installer: Pass '--fallback' to 'guix system init'.
From: |
guix-commits |
Subject: |
07/07: installer: Pass '--fallback' to 'guix system init'. |
Date: |
Sun, 29 Dec 2019 12:25:34 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit a4ee6ac444ca71a93101b48bc1e6a5710026266c
Author: Ludovic Courtès <address@hidden>
Date: Sun Dec 29 17:51:43 2019 +0100
installer: Pass '--fallback' to 'guix system init'.
Fixes <https://bugs.gnu.org/38608>.
Reported by Nathan Dehnel <address@hidden>.
* gnu/installer/final.scm (install-system): Pass '--fallback' to 'guix
system init'.
---
gnu/installer/final.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/installer/final.scm b/gnu/installer/final.scm
index 855b640..1b85900 100644
--- a/gnu/installer/final.scm
+++ b/gnu/installer/final.scm
@@ -102,7 +102,7 @@ Start COW-STORE service on target directory and launch guix
install command in
a subshell. LOCALE must be the locale name under which that command will run,
or #f. Return #t on success and #f on failure."
(let ((install-command
- (format #f "guix system init ~a ~a"
+ (format #f "guix system init --fallback ~a ~a"
(%installer-configuration-file)
(%installer-target-dir))))
(mkdir-p (%installer-target-dir))
- branch master updated (161b297 -> a4ee6ac), guix-commits, 2019/12/29
- 01/07: git-authenticate: Add glv to the list of committers., guix-commits, 2019/12/29
- 02/07: profiles: Add 'map-manifest-entries'., guix-commits, 2019/12/29
- 05/07: inferior: Add 'inferior-package-provenance'., guix-commits, 2019/12/29
- 03/07: guix package: Save provenance information when using '--manifest'., guix-commits, 2019/12/29
- 04/07: pack: Save provenance information when using '--manifest'., guix-commits, 2019/12/29
- 06/07: services: dhcp-client: Ignore interfaces that cannot be activated., guix-commits, 2019/12/29
- 07/07: installer: Pass '--fallback' to 'guix system init'.,
guix-commits <=