vm: Display a backtrace upon error by default.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass #:on-error to 'base-initrd'.master
parent
17cdd3d0fe
commit
248db51c7e
|
@ -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))))
|
||||
|
|
Reference in New Issue