From: Daan De Meyer Date: Wed, 18 Oct 2023 23:32:37 +0000 (+0200) Subject: Fix missing apivfs in openmandriva X-Git-Tag: v19~66^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1991%2Fhead;p=thirdparty%2Fmkosi.git Fix missing apivfs in openmandriva --- 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: