guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/14: vm: 'virtualized-operating-system' inherits from the user's bootl


From: guix-commits
Subject: 10/14: vm: 'virtualized-operating-system' inherits from the user's bootloader config.
Date: Sun, 24 Mar 2019 18:10:23 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 132823c2acd34f46d6df89ce3635db62643a09c8
Author: Ludovic Courtès <address@hidden>
Date:   Tue Mar 19 22:53:48 2019 +0100

    vm: 'virtualized-operating-system' inherits from the user's bootloader 
config.
    
    * gnu/system/vm.scm (virtualized-operating-system): Inherit from the
    bootloader of OS.
---
 gnu/system/vm.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 55cddb1..5068cb3 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -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")))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]