Skip to content

Commit

Permalink
Split FEX mesa overlay into i386 and x86_64 overlays
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Janne Grunau authored and slp committed Oct 1, 2024
1 parent 9169b7d commit ed3681b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/krun/src/bin/krun.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed3681b

Please sign in to comment.