public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: vijaikumar.kanagarajan@gmail.com
To: isar-users@googlegroups.com
Cc: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
Subject: [PATCH] doc/user_manual.md: Cosmetic change
Date: Fri, 25 Oct 2019 17:35:46 +0530	[thread overview]
Message-ID: <20191025120546.16067-1-Vijaikumar_Kangarajan@mentor.com> (raw)

From: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>

Make it easier for the user to copy and paste
the packages list for installation.

Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
---
 doc/user_manual.md | 33 +++++++++++++++++++--------------
 1 file changed, 19 insertions(+), 14 deletions(-)

diff --git a/doc/user_manual.md b/doc/user_manual.md
index 34f50df..e701d60 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -62,20 +62,25 @@ The supported host system is >= stretch.
 
 Install the following packages:
 ```
-binfmt-support
-debootstrap
-dosfstools
-dpkg-dev
-gettext-base
-git
-mtools
-parted
-python3
-python3-distutils             # host >= buster
-qemu                          # start_vm
-qemu-user-static
-reprepro
-sudo
+apt install \
+  binfmt-support \
+  debootstrap \
+  dosfstools \
+  dpkg-dev \
+  gettext-base \
+  git \
+  mtools \
+  parted \
+  python3 \
+  qemu \
+  qemu-user-static \
+  reprepro \
+  sudo
+```
+
+If your host is >=buster, also install the following package.
+```
+apt install python3-distutils
 ```
 
 Notes:
-- 
2.17.1


             reply	other threads:[~2019-10-25 12:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-25 12:05 vijaikumar.kanagarajan [this message]
2019-11-02 16:43 ` Baurzhan Ismagulov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191025120546.16067-1-Vijaikumar_Kangarajan@mentor.com \
    --to=vijaikumar.kanagarajan@gmail.com \
    --cc=Vijaikumar_Kanagarajan@mentor.com \
    --cc=isar-users@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox