mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
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 @@ (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")))
|
||||
|
||||
|
|
Loading…
Reference in a new issue