* [PATCH] doc/user_manual: Update wic intructions
@ 2017-10-19 19:23 Alexander Smirnov
0 siblings, 0 replies; only message in thread
From: Alexander Smirnov @ 2017-10-19 19:23 UTC (permalink / raw)
To: isar-users; +Cc: Alexander Smirnov
Update wic image generation instructions according to the correct
build command.
Signed-off-by: Alexander Smirnov <asmirnov@ilbers.de>
---
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-10-19 19:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-19 19:23 [PATCH] doc/user_manual: Update wic intructions Alexander Smirnov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox