We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a004c24 commit 8ca92ddCopy full SHA for 8ca92dd
src/cmd-osbuild
@@ -398,7 +398,10 @@ main() {
398
399
outdir=$(mktemp -p "${tmp_builddir}" -d)
400
if has_privileges && [ "${COSA_NO_KVM:-}" == "1" ]; then
401
- cmd="env" # run outside of supermin if we are root already
+ # Run outside of supermin if we are root already. This is useful
402
+ # mostly on riscv where /dev/kvm isn't really supported by any
403
+ # hardware right now (2025/08).
404
+ cmd="env"
405
else
406
cmd="runvm_with_cache"
407
fi
0 commit comments