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:
parent
598757e038
commit
132823c2ac
|
@ -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")))
|
||||
|
||||
|
|
Loading…
Reference in New Issue