From ed3681bf2305f834967c51fbadf8c412c90f77cc Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Mon, 30 Sep 2024 23:26:24 +0200 Subject: [PATCH] Split FEX mesa overlay into i386 and x86_64 overlays With https://pagure.io/fedora-asahi/mesa/pull-request/21 the mesa overlay is splitted into i386 and x86_64 as they are generated during the main mesa build. Signed-off-by: Janne Grunau --- crates/krun/src/bin/krun.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/krun/src/bin/krun.rs b/crates/krun/src/bin/krun.rs index 5c6a47a..a651591 100644 --- a/crates/krun/src/bin/krun.rs +++ b/crates/krun/src/bin/krun.rs @@ -167,7 +167,8 @@ fn main() -> Result<()> { } else { let default_disks = [ "/usr/share/fex-emu/RootFS/default.erofs", - "/usr/share/fex-emu/overlays/mesa.erofs", + "/usr/share/fex-emu/overlays/mesa-i386.erofs", + "/usr/share/fex-emu/overlays/mesa-x86_64.erofs", ]; default_disks