mkosi-full: mark broken
Booting VMs using `mkosi qemu` currently fails to find the image to boot. Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
d3f04e5bac
commit
ddb1ac2b90
1 changed files with 2 additions and 0 deletions
|
@ -120,5 +120,7 @@ buildPythonApplication rec {
|
|||
mainProgram = "mkosi";
|
||||
maintainers = with maintainers; [ malt3 katexochen ];
|
||||
platforms = platforms.linux;
|
||||
# `mkosi qemu` boot fails in the uefi shell, image isn't found.
|
||||
broken = withQemu;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue