grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 4/9] grub-shell: Temporarily use reboot on fuloong2e


From: Vladimir Serbinenko
Subject: [PATCH 4/9] grub-shell: Temporarily use reboot on fuloong2e
Date: Wed, 11 Sep 2024 12:37:30 +0300

Until we figure out why normal shutdown doesn't work, use reboot instead

Signed-off-by: Vladimir Serbinenko <phcoder@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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]