[isar-cip-core] [PATCH v2] scripts/start-efishell.sh: Add -nographic option


Jan Kiszka
 

On 27.06.22 11:31, Sarath P T wrote:
From: sarath P T <Sarath_PT@...>

Add -nographic option to support running the
script over ssh.
That doesn't answer my other questions, but it's a valid reason.


Signed-off-by: sarath P T <Sarath_PT@...>
---
scripts/start-efishell.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/start-efishell.sh b/scripts/start-efishell.sh
index d451f43..0831f83 100755
--- a/scripts/start-efishell.sh
+++ b/scripts/start-efishell.sh
@@ -2,7 +2,7 @@
ovmf_code=${OVMF_CODE:-/usr/share/OVMF/OVMF_CODE.secboot.fd}
ovmf_vars=${OVMF_VARS:-./OVMF_VARS.fd}
DISK=$1
-qemu-system-x86_64 -enable-kvm -M q35 \
+qemu-system-x86_64 -enable-kvm -M q35 -nographic \
-cpu host,hv_relaxed,hv_vapic,hv-spinlocks=0xfff -smp 2 -m 2G -no-hpet \
-global ICH9-LPC.disable_s3=1 \
-global isa-fdc.driveA= \
Applied, thanks.

Jan

--
Siemens AG, Technology
Competence Center Embedded Linux