From 9ce08fec086d09e1f8efbbd9241df55ba48d3eac Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sat, 23 May 2026 11:52:52 +0200 Subject: [PATCH] Added instructions on how to run --- test_tooling/qemu/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 test_tooling/qemu/README.md diff --git a/test_tooling/qemu/README.md b/test_tooling/qemu/README.md new file mode 100644 index 00000000..e36ccfa1 --- /dev/null +++ b/test_tooling/qemu/README.md @@ -0,0 +1,18 @@ +# Qemu helper + +Can be used with the `mkosi` test tooling + +After `mkosi -B build` has been executed, run the following: + + python test_tooling/qemu/qemu.py \ + --uki ./test_tooling/mkosi/mkosi.output/image_13.efi \ + --harddrive ~/test.qcow2:15G \ + --harddrive ~/test_large.qcow2:25G + +And install using `archinstall`, after the machine has been shutdown, run: + + python test_tooling/qemu/qemu.py \ + --harddrive ~/test.qcow2:15G \ + --harddrive ~/test_large.qcow2:25G + +As this will boot EFI mode with just the harddrives to verify the installation. \ No newline at end of file