mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
vm: 'make-iso9660-image' makes 'grub.cfg' a GC root.
* gnu/build/vm.scm (make-iso9660-image): Add call to 'register-bootcfg-root'.
This commit is contained in:
parent
718d44cc9f
commit
88d4a9c2be
1 changed files with 2 additions and 1 deletions
|
@ -438,7 +438,8 @@ (define items
|
|||
;; to modify it.
|
||||
#:deduplicate? #f
|
||||
#:reset-timestamps? #f))
|
||||
closures))
|
||||
closures)
|
||||
(register-bootcfg-root "/tmp/root" config-file))
|
||||
|
||||
(let ((pipe
|
||||
(apply open-pipe* OPEN_WRITE
|
||||
|
|
Loading…
Reference in a new issue