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
|
@ -438,7 +438,8 @@ GRUB configuration and OS-DRV as the stuff in it."
|
|||
;; 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 New Issue