guix-commits
[Top][All Lists]
Advanced

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

04/08: vm: Display a backtrace upon error by default.


From: Ludovic Courtès
Subject: 04/08: vm: Display a backtrace upon error by default.
Date: Sun, 18 Mar 2018 18:24:33 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 248db51c7ee2ef68653fbfe34b17d1cc905e10a6
Author: Ludovic Courtès <address@hidden>
Date:   Wed Mar 14 10:51:32 2018 +0100

    vm: Display a backtrace upon error by default.
    
    * gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass
     #:on-error to 'base-initrd'.
---
 gnu/system/vm.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index ae8780d..594ba66 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -144,6 +144,7 @@ made available under the /xchg CIFS share."
        (initrd       (if initrd                   ; use the default initrd?
                          (return initrd)
                          (base-initrd %linux-vm-file-systems
+                                      #:on-error 'backtrace
                                       #:linux linux
                                       #:linux-modules %base-initrd-modules
                                       #:qemu-networking? #t))))



reply via email to

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