Commit ddb1ac2b authored by Paul Meyer's avatar Paul Meyer
Browse files

mkosi-full: mark broken



Booting VMs using `mkosi qemu` currently fails to find the image to boot.

Signed-off-by: default avatarPaul Meyer <49727155+katexochen@users.noreply.github.com>
parent d3f04e5b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
  };
}