~ruther/guix-local

4138e782dcfea675ebc2347cbd4ea9abeb9dff36 — Christopher Baines 8 years ago c427fda
vm: Remove redundant conditional in system-disk-image.

* gnu/system/vm.scm (system-disk-image): Remove redundant conditional for
  #:file-system-type when calling qemu-image.
1 files changed, 1 insertions(+), 4 deletions(-)

M gnu/system/vm.scm
M gnu/system/vm.scm => gnu/system/vm.scm +1 -4
@@ 403,10 403,7 @@ to USB sticks meant to be read-only."
                                    (operating-system-bootloader os))
                      #:disk-image-size disk-image-size
                      #:disk-image-format "raw"
                      #:file-system-type (if (string=? "iso9660"
                                                       file-system-type)
                                             "ext4"
                                             file-system-type)
                      #:file-system-type file-system-type
                      #:file-system-label root-label
                      #:copy-inputs? #t
                      #:register-closures? #t