tests: install: Fix build.

This is a follow-up of: 2f497d94e7.

* gnu/tests/install.scm (run-install): Rename 'raw to 'efi-raw.
This commit is contained in:
Mathieu Othacehe 2021-01-20 12:49:12 +01:00
parent 499ce19730
commit c64adff4c6
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -222,7 +222,7 @@ (define* (run-install target-os target-os-source
#:imported-modules '((gnu services herd)
(gnu installer tests)
(guix combinators))))
(installation-image-type 'raw)
(installation-image-type 'efi-raw)
(install-size 'guess)
(target-size (* 2200 MiB)))
"Run SCRIPT (a shell script following the system installation procedure) in
@ -272,7 +272,7 @@ (define marionette
"-no-reboot"
"-m" "1200"
#$@(cond
((eq? 'raw installation-image-type)
((eq? 'efi-raw installation-image-type)
#~("-drive"
,(string-append "file=" #$image
",if=virtio,readonly")))