This commit is contained in:
Yann Dupont 2021-11-02 21:36:02 +01:00
parent 0826e059d2
commit cd0ddbf651
3 changed files with 724 additions and 117 deletions

View file

@ -3,24 +3,12 @@
#:use-module (glicid packages storage)
)
;;;;;;;;
;(define-public glicid-qemu
;
; (package
; (inherit qemu)
; (name "glicid-qemu")
; )
; )
(define-public qemu-with-rbd
(package
; (inherit glicid-qemu)
(inherit qemu)
(name "qemu-with-rbd")
(arguments
@ -36,5 +24,4 @@
)
)
;;; glicid/virtualizationvirtualization.scm ends here