public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Alexander Smirnov <asmirnov@ilbers.de>
To: isar-users@googlegroups.com
Cc: Alexander Smirnov <asmirnov@ilbers.de>
Subject: [PATCH] doc/user_manual: Fix issues in user documentation
Date: Fri, 10 Nov 2017 21:07:55 +0300	[thread overview]
Message-ID: <20171110180755.2378-1-asmirnov@ilbers.de> (raw)

To avoid commits flood, the single patch is prepared, it includes the
following fixes:

1. Add 'python' package to the list of required host tools.
2. Add 'gdisk' package to the list of host tools. 'gdisk' is used
   by wic to create images.
3. Add 'rxvt-unicode' package to the list of host tools. This package is
   used by the script for parallel building.
4. Fixed the names of images produced by Isar.

Signed-off-by: Alexander Smirnov <asmirnov@ilbers.de>
---
 doc/user_manual.md | 31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

diff --git a/doc/user_manual.md b/doc/user_manual.md
index 64ba990..969f6d2 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -53,15 +53,18 @@ Install the following packages:
 ```
 dosfstools
 e2fsprogs/jessie-backports  # wic: e2fsprogs -d
+gdisk                       # wic
 git
 grub-efi-amd64-bin          # wic UEFI: /usr/lib/grub/x86_64-efi/moddep.lst
 grub-efi-ia32-bin           # wic UEFI: /usr/lib/grub/i386-efi/moddep.lst
 mtools                      # wic FAT: mcopy
 multistrap
 parted
+python
 python3                     # wic
 qemu
 qemu-user-static
+rxvt-unicode                # build_parallel
 binfmt-support
 sudo
 reprepro
@@ -161,13 +164,13 @@ $ bitbake multiconfig:qemuarm-wheezy:isar-image-base \
 Created images are:
 
 ```
-tmp/deploy/images/isar-image-base-qemuarm-debian-wheezy.ext4.img
-tmp/deploy/images/isar-image-base-qemuarm-debian-jessie.ext4.img
-tmp/deploy/images/isar-image-base-qemuarm-debian-stretch.ext4.img
-tmp/deploy/images/isar-image-base-qemui386-debian-jessie.ext4.img
-tmp/deploy/images/isar-image-base-qemui386-debian-stretch.ext4.img
-tmp/deploy/images/isar-image-base-qemuamd64-debian-jessie.ext4.img
-tmp/deploy/images/isar-image-base-qemuamd64-debian-stretch.ext4.img
+tmp/deploy/images/isar-image-base-debian-wheezy-qemuarm.ext4.img
+tmp/deploy/images/isar-image-base-debian-jessie-qemuarm.ext4.img
+tmp/deploy/images/isar-image-base-debian-stretch-qemuarm.ext4.img
+tmp/deploy/images/isar-image-base-debian-jessie-qemui386.ext4.img
+tmp/deploy/images/isar-image-base-debian-stretch-qemui386.ext4.img
+tmp/deploy/images/isar-image-base-debian-jessie-qemuamd64.ext4.img
+tmp/deploy/images/isar-image-base-debian-stretch-qemuamd64.ext4.img
 tmp/deploy/images/isar-image-base.rpi-sdimg
 ```
 
@@ -189,13 +192,13 @@ scripts/build_parallel ../build multiconfig:qemuarm-wheezy:isar-image-base \
 Created images are:
 
 ```
-../build-1/tmp/deploy/images/isar-image-base-qemuarm-debian-wheezy.ext4.img
-../build-2/tmp/deploy/images/isar-image-base-qemuarm-debian-jessie.ext4.img
-../build-3/tmp/deploy/images/isar-image-base-qemuarm-debian-stretch.ext4.img
-../build-4/tmp/deploy/images/isar-image-base-qemui386-debian-jessie.ext4.img
-../build-5/tmp/deploy/images/isar-image-base-qemui386-debian-stretch.ext4.img
-../build-6/tmp/deploy/images/isar-image-base-qemuamd64-debian-jessie.ext4.img
-../build-7/tmp/deploy/images/isar-image-base-qemuamd64-debian-stretch.ext4.img
+../build-1/tmp/deploy/images/isar-image-base-debian-wheezy-qemuarm.ext4.img
+../build-2/tmp/deploy/images/isar-image-base-debian-jessie-qemuarm.ext4.img
+../build-3/tmp/deploy/images/isar-image-base-debian-stretch-qemuarm.ext4.img
+../build-4/tmp/deploy/images/isar-image-base-debian-jessie-qemui386.ext4.img
+../build-5/tmp/deploy/images/isar-image-base-debian-stretch-qemui386.ext4.img
+../build-6/tmp/deploy/images/isar-image-base-debian-jessie-qemuamd64.ext4.img
+../build-7/tmp/deploy/images/isar-image-base-debian-stretch-qemuamd64.ext4.img
 ../build-8/tmp/deploy/images/isar-image-base.rpi-sdimg
 ```
 
-- 
2.9.5


                 reply	other threads:[~2017-11-10 18:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20171110180755.2378-1-asmirnov@ilbers.de \
    --to=asmirnov@ilbers.de \
    --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