vm: 'virtualized-operating-system' inherits from the user's bootloader config.

* gnu/system/vm.scm (virtualized-operating-system): Inherit from the
bootloader of OS.
This commit is contained in:
Ludovic Courtès 2019-03-19 22:53:48 +01:00
parent 598757e038
commit 132823c2ac
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -790,6 +790,7 @@ environment with the store shared with the host. MAPPINGS is a list of
;; force the traditional i386/BIOS method.
;; See <https://bugs.gnu.org/28768>.
(bootloader (bootloader-configuration
(inherit (operating-system-bootloader os))
(bootloader grub-bootloader)
(target "/dev/vda")))