vm: Display a backtrace upon error by default.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass #:on-error to 'base-initrd'.
This commit is contained in:
		
							parent
							
								
									17cdd3d0fe
								
							
						
					
					
						commit
						248db51c7e
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -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 a new issue