guix-commits
[Top][All Lists]
Advanced

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

04/06: vm: <virtual-machine> defaults to using 'qemu-minimal'.


From: guix-commits
Subject: 04/06: vm: <virtual-machine> defaults to using 'qemu-minimal'.
Date: Sat, 20 Nov 2021 17:13:09 -0500 (EST)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit aaf210888c891048060f4104f6e5b4329780c983
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Nov 20 22:37:44 2021 +0100

    vm: <virtual-machine> defaults to using 'qemu-minimal'.
    
    'qemu-minimal' is enough for system tests, which is the main (only?) use
    of <virtual-machine>.
    
    * gnu/system/vm.scm (<virtual-machine>)[qemu]: Default to QEMU-MINIMAL.
---
 gnu/system/vm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 72b2656..a65397f 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -786,7 +786,7 @@ it is mostly useful when FULL-BOOT?  is true."
   virtual-machine?
   (operating-system virtual-machine-operating-system) ;<operating-system>
   (qemu             virtual-machine-qemu              ;<package>
-                    (default qemu))
+                    (default qemu-minimal))
   (graphic?         virtual-machine-graphic?      ;Boolean
                     (default #f))
   (memory-size      virtual-machine-memory-size   ;integer (MiB)



reply via email to

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