README.md: Update QEMU startup script arguments

Message ID 20220211081630.1716303-1-Srinuvasan_A@mentor.com
State Accepted, archived
Headers show
Series README.md: Update QEMU startup script arguments | expand

Commit Message

Srinuvasan Arjunan Feb. 10, 2022, 10:16 p.m. UTC
From: Srinuvasan A <srinuvasan_a@mentor.com>

Remove the static arguments of QEMU startup script and update those
field as a dynamic one, this required arch and distro should be feed by
user based on built qemu images.

Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Anton Mikanovich Feb. 22, 2022, 9:26 p.m. UTC | #1
11.02.2022 11:16, Srinuvasan A wrote:
> From: Srinuvasan A <srinuvasan_a@mentor.com>
>
> Remove the static arguments of QEMU startup script and update those
> field as a dynamic one, this required arch and distro should be feed by
> user based on built qemu images.
>
> Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>

Applied to next, thanks.

Patch

diff --git a/README.md b/README.md
index 1954d57..7728e64 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,10 @@  Instruction on how to build can be found in the [User Manual](doc/user_manual.md
 
 To test the QEMU image, run the following command:
 
-        $ start_vm -a arm -d stretch
+        $ start_vm -a <arch of your build> -d <distro of your build>
+
+Ex: Architecture of your build could be arm,arm64,i386,amd64,etc.
+    Distribution of your build could be stretch,buster,bullseye,etc.
 
 The default root password is 'root'.