From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6478705109553381376 X-Received: by 10.28.184.81 with SMTP id i78mr367712wmf.2.1508441080815; Thu, 19 Oct 2017 12:24:40 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.223.144.209 with SMTP id i75ls2259827wri.12.gmail; Thu, 19 Oct 2017 12:24:40 -0700 (PDT) X-Google-Smtp-Source: ABhQp+Rumqu5xaeTAQGsqWC9Ysv0GreuZhOC6r8mz2wq3l70tb4ses/esvembeGcOkMSAzmFu/uq X-Received: by 10.28.15.134 with SMTP id 128mr340713wmp.0.1508441080583; Thu, 19 Oct 2017 12:24:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1508441080; cv=none; d=google.com; s=arc-20160816; b=yold2DCMBKawCWR1hoNLocyr2JZQSXAUE87N8N7BrAPvojHPQQTTiUelbKVzmadjGb I69PVb5KNdvifCYEg9tbRHbdTsxeJEiJ7RUOWtxeEzCWJgF4SnbFqkJiTJqMCDLJyhk5 40hpvpb/NL9BmPhHggw74ij7ww1xPwb46+8b8Mfg4xD9JT+mFxGuS+uvIamvk4z22AWX GCNX0lr3qkKU32n7/wuiQY7TE/2eeMlW2N0GHkTx4RmTg/JH3Hjxhe35UPR5MlUe2eHV l0o5mHFh3tvJY3feRdbBSZVSszjMSeZlkxjCYIXStV0KJMFcU41ZkE+1laSJcvLTlhlk ujRw== 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=Kklje+aPS2aZNj0UXIviPoewIXaZZEsY+2k8yOZfFZg=; b=nP9Rup8PMwremCAT+5IBU4uB4bszXx+hcCi0BTU431q+O3BX+QHS47noH9MhcgSHq/ bRNV/kpamU+B/Knm8KGmftHzLchTxXW3nUF68MV6rQK2iZ0ahtyHzBjg0D3PXypsHx0G 3R2GK176ufYyBpUxBVgJtFCksxGVjjJzzMtklPNeDPcoKmq/aWLQvMdclB7Y2IJIVqvE KtlvtHcsEvLaIQHnOqSz1J8n4j4kzklbB0uH7mtzLq0o1eTC/QUk2n5RmuzcGFjr/rZ0 Ovo/z13RVqzvoboo3Mq6rtOW+1b2W0Pj2FK+0b1INkyCbgBRqNA+uNXpJGcnaB6lnuWq Yu1Q== 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 d82si135151wmd.1.2017.10.19.12.24.40 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Oct 2017 12:24:40 -0700 (PDT) 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 v9JJO5Dq028172 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Oct 2017 21:24:31 +0200 From: Alexander Smirnov To: isar-users@googlegroups.com Cc: Alexander Smirnov Subject: [PATCH] doc/user_manual: Update wic intructions Date: Thu, 19 Oct 2017 22:23:58 +0300 Message-Id: <20171019192358.10329-1-asmirnov@ilbers.de> X-Mailer: git-send-email 2.9.4 X-TUID: WbO3Gj8TFT/E Update wic image generation instructions according to the correct build command. Signed-off-by: Alexander Smirnov --- doc/user_manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user_manual.md b/doc/user_manual.md index 8e293e5..bbcc007 100644 --- a/doc/user_manual.md +++ b/doc/user_manual.md @@ -202,9 +202,9 @@ Once the image artifacts have been built (c.f. previous section), full EFI disk Currently, only the `i386` and `amd64` target architectures are supported: ``` # Generate an EFI image for the `i386` target architecture - $ wic create -D sdimage-efi -o . -e multiconfig:qemui386:isar-image-base + $ wic create -D sdimage-efi -o . -e multiconfig:qemui386-stretch:isar-image-base # Similarly, for the `amd64` target architecture - $ wic create -D sdimage-efi -o . -e multiconfig:qemuamd64:isar-image-base + $ wic create -D sdimage-efi -o . -e multiconfig:qemuamd64-stretch:isar-image-base ``` In order to run the images with `qemu`, an EFI firmware is required and available at the following address: -- 2.1.4