]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
OpenMandriva no need to run disable_pam_securetty
authorTomasz Paweł Gajc <tpgxyz@gmail.com>
Wed, 14 Sep 2022 19:49:42 +0000 (21:49 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 15 Sep 2022 08:20:01 +0000 (09:20 +0100)
mkosi/__init__.py

index 3e6fcc289f675627f7ea67f5b3a9eae310f2308f..4f8bd36067d3f1f4cb6759b84d9c08f5c1e70534 100644 (file)
@@ -2220,8 +2220,6 @@ def install_openmandriva(state: MkosiState) -> None:
         packages.update(state.config.build_packages)
     install_packages_dnf(state, packages)
 
-    disable_pam_securetty(state.root)
-
 
 def centos_variant_gpg_locations(distribution: Distribution, epel_release: int) -> Tuple[Path, str]:
     if distribution in (Distribution.centos, Distribution.centos_epel):