From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6486849318279970816 X-Received: by 10.28.12.206 with SMTP id 197mr228036wmm.10.1510337302116; Fri, 10 Nov 2017 10:08:22 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.223.198.16 with SMTP id n16ls3312525wrg.2.gmail; Fri, 10 Nov 2017 10:08:21 -0800 (PST) X-Google-Smtp-Source: AGs4zMZtKCjQIicqC6x5+Cy3wb+ujQxGNvhczB/hMd9A1bnkGoe0sSH1FW8xdMIBCbV3gb3zA2lw X-Received: by 10.28.108.22 with SMTP id h22mr236666wmc.29.1510337301684; Fri, 10 Nov 2017 10:08:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1510337301; cv=none; d=google.com; s=arc-20160816; b=c9tNaA1DqnX2B0BqJlT+gHQ7o3WTIZzJtAV2N+JIoyiBrwPe4GKKZ974kgOCacCBNV zCMBPmFdKeLd3RGeRPQZvnbatlc2D85uTR3nVHb1iU9oHOEgOF25kC3eKj0oSXwTVK5Z lTRgxdSThXavow3jHkuSJTLnTcg5iMVlUm+qfWP9bod/6D9INuSIzoTr9ZoMlWXdZCMf WuhekjKjaNWbL8coDM4RwyWoYrKEhAvl66mKODM6jnsLC3Ej7rnFhwn63R1WsUXud7gD SbsKMsTn55b6j5XCg2j0dds0o9d4rxHLukaxbDfG+REO5KgyKeyxGKT956bKvWOdBnM6 4dEg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=message-id:date:subject:cc:to:from:arc-authentication-results; bh=scg9hwsvv2eezvOql6SJVKEYsATtR/ktb3o8y56//os=; b=E6+Pb8Sq01dQPP/qRa1/NlkKag+P5bi7Cz/fM1rGimlDyY6j1pwUwJf6Qh/EEeSdiY nqj2pOJRKxGkaZA7YsakMdfsdUScmdGaiyVa2GGL8SkUKEVC5zhW4RK7CuLLKaYsknDe 91finZuVm0MjaDaVztkzlT1Svk6i3kDCSA9KiIobJfWuyq1pomIhMllGNAee+yCBG6Wj prvXtduzhYD15huyJlbittzrRUvZWMMp9c3HEss1Byb9NViC8F+Dq0jKOLs46EK/Bvv5 40QVesWipJ9keFELWc40g1xiKLh59sOgrBLTSv+pc9F5Ye0er1C5MPCmcT9opd/z3HVc 06ug== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id l9si591334wrf.4.2017.11.10.10.08.21 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Nov 2017 10:08:21 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from localhost.localdomain ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id vAAI82p3027319 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 10 Nov 2017 19:08:12 +0100 From: Alexander Smirnov To: isar-users@googlegroups.com Cc: Alexander Smirnov Subject: [PATCH] doc/user_manual: Fix issues in user documentation Date: Fri, 10 Nov 2017 21:07:55 +0300 Message-Id: <20171110180755.2378-1-asmirnov@ilbers.de> X-Mailer: git-send-email 2.9.5 X-TUID: oJ7W1fuIFimo 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 --- 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