* [bug#36947] [PATCH] reconfigure: Fix GC root installation.
@ 2019-08-06 17:37 Jakob L. Kreuze
2019-08-06 20:27 ` bug#36947: " Danny Milosavljevic
0 siblings, 1 reply; 3+ messages in thread
From: Jakob L. Kreuze @ 2019-08-06 17:37 UTC (permalink / raw)
To: 36947
[-- Attachment #1: Type: text/plain, Size: 1108 bytes --]
Fixes <https://bugs.gnu.org/36942>.
Reported by ison <ison@airmail.cc>.
guix/scripts/system/reconfigure.scm (install-bootloader-program): Switch
new symlink to the canonical bootloader configuration file.
---
guix/scripts/system/reconfigure.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/scripts/system/reconfigure.scm b/guix/scripts/system/reconfigure.scm
index dee0c24bd2..72d97b6c48 100644
--- a/guix/scripts/system/reconfigure.scm
+++ b/guix/scripts/system/reconfigure.scm
@@ -196,7 +196,7 @@ BOOTLOADER-PACKAGE."
(srfi srfi-35))
(let* ((gc-root (string-append #$target %gc-roots-directory "/bootcfg"))
(temp-gc-root (string-append gc-root ".new")))
- (switch-symlinks temp-gc-root gc-root)
+ (switch-symlinks temp-gc-root #$bootcfg)
(install-boot-config #$bootcfg #$bootcfg-file #$target)
;; Preserve the previous activation's garbage collector root
;; until the bootloader installer has run, so that a failure in
--
2.22.0
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#36947: [PATCH] reconfigure: Fix GC root installation.
2019-08-06 17:37 [bug#36947] [PATCH] reconfigure: Fix GC root installation Jakob L. Kreuze
@ 2019-08-06 20:27 ` Danny Milosavljevic
2019-08-06 20:47 ` [bug#36947] " Jakob L. Kreuze
0 siblings, 1 reply; 3+ messages in thread
From: Danny Milosavljevic @ 2019-08-06 20:27 UTC (permalink / raw)
To: Jakob L. Kreuze; +Cc: 36947-done, ison
[-- Attachment #1: Type: text/plain, Size: 216 bytes --]
Hi Jakob,
thanks for that patch!
Pushed to guix master with a huge comment, as commit
5f04e9f9620aeb45940855e4f655f22db55ba6eb.
Feel free to Cc me with important installation-saving patches like that one.
[-- Attachment #2: Digitale Signatur von OpenPGP --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#36947] [PATCH] reconfigure: Fix GC root installation.
2019-08-06 20:27 ` bug#36947: " Danny Milosavljevic
@ 2019-08-06 20:47 ` Jakob L. Kreuze
0 siblings, 0 replies; 3+ messages in thread
From: Jakob L. Kreuze @ 2019-08-06 20:47 UTC (permalink / raw)
To: Danny Milosavljevic; +Cc: 36947-done, ison
[-- Attachment #1: Type: text/plain, Size: 346 bytes --]
Hi Danny,
Danny Milosavljevic <dannym@scratchpost.org> writes:
> Hi Jakob,
>
> thanks for that patch!
My pleasure :)
> Pushed to guix master with a huge comment, as commit
> 5f04e9f9620aeb45940855e4f655f22db55ba6eb.
>
> Feel free to Cc me with important installation-saving patches like that one.
Heh, I'll keep that in mind
Regards,
Jakob
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-08-06 20:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-06 17:37 [bug#36947] [PATCH] reconfigure: Fix GC root installation Jakob L. Kreuze
2019-08-06 20:27 ` bug#36947: " Danny Milosavljevic
2019-08-06 20:47 ` [bug#36947] " Jakob L. Kreuze
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).