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

View file

@ -790,6 +790,7 @@ (define virtual-file-systems
;; 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")))