From 6364d67e4b073b79d7c36560eee59f0f21b5d16e Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 19 Oct 2023 01:32:37 +0200 Subject: [PATCH] Fix missing apivfs in openmandriva --- mkosi/distributions/openmandriva.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi/distributions/openmandriva.py b/mkosi/distributions/openmandriva.py index 4d574e0cd..e5403544e 100644 --- a/mkosi/distributions/openmandriva.py +++ b/mkosi/distributions/openmandriva.py @@ -64,7 +64,7 @@ class Installer(DistributionInstaller): @classmethod def install(cls, state: MkosiState) -> None: - cls.install_packages(state, ["filesystem"]) + cls.install_packages(state, ["filesystem"], apivfs=False) @classmethod def install_packages(cls, state: MkosiState, packages: Sequence[str], apivfs: bool = True) -> None: -- 2.47.2