Added instructions on how to run

This commit is contained in:
Anton Hvornum 2026-05-23 11:52:52 +02:00
parent b84bf7fad4
commit 9ce08fec08
No known key found for this signature in database
GPG Key ID: D4B58E897A929F2E
1 changed files with 18 additions and 0 deletions

View File

@ -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.