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
1 changed files with 1 additions and 0 deletions
|
@ -790,6 +790,7 @@ environment with the store shared with the host. MAPPINGS is a list of
|
||||||
;; force the traditional i386/BIOS method.
|
;; force the traditional i386/BIOS method.
|
||||||
;; See <https://bugs.gnu.org/28768>.
|
;; See <https://bugs.gnu.org/28768>.
|
||||||
(bootloader (bootloader-configuration
|
(bootloader (bootloader-configuration
|
||||||
|
(inherit (operating-system-bootloader os))
|
||||||
(bootloader grub-bootloader)
|
(bootloader grub-bootloader)
|
||||||
(target "/dev/vda")))
|
(target "/dev/vda")))
|
||||||
|
|
||||||
|
|
Reference in a new issue