archinstall/test_tooling/qemu
correctmost c110081a42
Enable more mypy and Pylint checks for test_tooling/ (#4620)
2026-07-12 21:21:18 +10:00
..
README.md mkosi for test image builds (#4539) 2026-05-23 13:49:54 +02:00
qemu.py Enable more mypy and Pylint checks for test_tooling/ (#4620) 2026-07-12 21:21:18 +10:00

README.md

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.