dbginfo.sh: correct location of qemu guest agent command

qemu-ga command was accidently moved to z/VM commands

Reviewed-by: Michael Storzer <mstorzer@de.ibm.com>
Signed-off-by: Joern Siglen <siglen@de.ibm.com>
Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
Joern Siglen
2023-01-10 11:24:40 +01:00
committed by Steffen Eiden
parent c5ec01420f
commit af1d05c4a4

View File

@@ -525,6 +525,7 @@ CMDS="${CMDS}\
# product / distro specific commands
CMDS="${CMDS}\
:java -version\
:qemu-ga -V\
:SPident # SLES service package\
"
@@ -659,7 +660,6 @@ VM_CMDS="q userid\
:ind load\
:ind sp\
:ind user\
:qemu-ga -V\
"
###############################################################################