From 7a072a1b9423af3f1286c97dfd686984d594adcf Mon Sep 17 00:00:00 2001 From: Mumtaz Ahmad Date: Fri, 31 Oct 2025 15:46:48 +0500 Subject: [PATCH] fix(docs): add guideline for running on Trixie host machine Signed-off-by: Mumtaz Ahmad --- docs/build.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/build.rst b/docs/build.rst index f63b5c46..8920946e 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -35,8 +35,14 @@ A sample configuration is shipped with the code and may be copied to your system:: $ sudo install -m 0755 -d /etc/mtda + +Download source code from https://github.com/siemens/mtda + + $ cd mtda $ sudo install -m 0644 configs/qemu.ini /etc/mtda/config +For Debian Trixie host, update firmware image name in /etc/mtda/config to OVMF_CODE_4M.fd + Alternatively, get prebuilt packages for Debian as follows:: $ echo 'deb [trusted=yes] https://apt.fury.io/mtda/ /' | \