summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kastner <ckk@kvr.at>2021-01-11 00:56:39 +0100
committerLars Wirzenius <liw@liw.fi>2021-01-11 07:46:55 +0000
commit4dca5e9bafe12e6a01cc6b0cd845aa053266186f (patch)
treec120238aed8e28a44b82bfa4dba05c76f19d596b
parent7978ff479215a83cff373ff01558f26f7ab3ffe5 (diff)
downloadvmdb2-4dca5e9bafe12e6a01cc6b0cd845aa053266186f.tar.gz
doc: Update documentation for new architectures
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index b81e742..291ed06 100644
--- a/README.md
+++ b/README.md
@@ -61,11 +61,19 @@ The following Python modules are used by vmdb2 (Debian package names in brackets
* jinja2 [`python3-jinja2`]
* yaml [`python3-yaml`]
+If UEFI booting is to be used, firmware is needed for the following
+architectures (Debian package names providing it in brackets):
+
+* amd64 [`ovmf`]
+* arm64 [`qemu-efi-aarch64`]
+* arm [`qemu-efi-arm`]
+* i386 [`ovmf-ia32`]
+
Dependencies for smoke.sh
-----------------------------------------------------------------------------
-You probably need the following installed to run the smoke test:
+You probably need the following installed to run the smoke tests:
- git
- python3-coverage-test-runner
@@ -77,6 +85,10 @@ You probably need the following installed to run the smoke test:
- debootstrap
- expect
- qemu-system
+- ovmf
+- ovmf-ia32
+- qemu-efi-aarch64
+- qemu-efi-arm
Tutorial