* [PATCH] doc/user_manual.md: Cosmetic change
@ 2019-10-25 12:05 vijaikumar.kanagarajan
2019-11-02 16:43 ` Baurzhan Ismagulov
0 siblings, 1 reply; 2+ messages in thread
From: vijaikumar.kanagarajan @ 2019-10-25 12:05 UTC (permalink / raw)
To: isar-users; +Cc: Vijai Kumar K
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] doc/user_manual.md: Cosmetic change
2019-10-25 12:05 [PATCH] doc/user_manual.md: Cosmetic change vijaikumar.kanagarajan
@ 2019-11-02 16:43 ` Baurzhan Ismagulov
0 siblings, 0 replies; 2+ messages in thread
From: Baurzhan Ismagulov @ 2019-11-02 16:43 UTC (permalink / raw)
To: isar-users
On Fri, Oct 25, 2019 at 05:35:46PM +0530, vijaikumar.kanagarajan@gmail.com wrote:
> Make it easier for the user to copy and paste
> the packages list for installation.
Applied to next with minor changes, thanks.
With kind regards,
Baurzhan.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-11-02 16:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-25 12:05 [PATCH] doc/user_manual.md: Cosmetic change vijaikumar.kanagarajan
2019-11-02 16:43 ` Baurzhan Ismagulov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox