Skip to content

Replace separate targets for each disk kind with a make flag

bjorn3 requested to merge bjorn3/redox:better_qemu_disk_kind_selection into master

A command like make qemu_nvme will become make qemu disk=nvme with this change.

Also add support for selecting a virtio-blk disk and remove the *_no_build targets as they didn't do anything different from the regular targets anyway.

Merge request reports