tests: install: Fix build.
This is a follow-up of: 2f497d94e7
.
* gnu/tests/install.scm (run-install): Rename 'raw to 'efi-raw.
master
parent
499ce19730
commit
c64adff4c6
|
@ -222,7 +222,7 @@ reboot\n")
|
||||||
#:imported-modules '((gnu services herd)
|
#:imported-modules '((gnu services herd)
|
||||||
(gnu installer tests)
|
(gnu installer tests)
|
||||||
(guix combinators))))
|
(guix combinators))))
|
||||||
(installation-image-type 'raw)
|
(installation-image-type 'efi-raw)
|
||||||
(install-size 'guess)
|
(install-size 'guess)
|
||||||
(target-size (* 2200 MiB)))
|
(target-size (* 2200 MiB)))
|
||||||
"Run SCRIPT (a shell script following the system installation procedure) in
|
"Run SCRIPT (a shell script following the system installation procedure) in
|
||||||
|
@ -272,7 +272,7 @@ packages defined in installation-os."
|
||||||
"-no-reboot"
|
"-no-reboot"
|
||||||
"-m" "1200"
|
"-m" "1200"
|
||||||
#$@(cond
|
#$@(cond
|
||||||
((eq? 'raw installation-image-type)
|
((eq? 'efi-raw installation-image-type)
|
||||||
#~("-drive"
|
#~("-drive"
|
||||||
,(string-append "file=" #$image
|
,(string-append "file=" #$image
|
||||||
",if=virtio,readonly")))
|
",if=virtio,readonly")))
|
||||||
|
|
Reference in New Issue