Until we figure out why normal shutdown doesn't work, use reboot instead Signed-off-by: Vladimir Serbinenko <phco...@gmail.com> --- tests/util/grub-shell.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/util/grub-shell.in b/tests/util/grub-shell.in index 84fb6682f..35ecc28dc 100644 --- a/tests/util/grub-shell.in +++ b/tests/util/grub-shell.in @@ -144,9 +144,10 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in mipsel-loongson) boot=mipsel_fulong2e qemu=qemu-system-mips64el - qemuopts="-M fuloong2e $qemuopts" + qemuopts="-M fuloong2e $qemuopts -no-reboot" console= trim=1 + halt_cmd=reboot ;; i386-coreboot) boot=coreboot -- 2.39.2 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel