]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Disable pamconfdir
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 9 May 2023 13:02:45 +0000 (15:02 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 11 May 2023 10:18:50 +0000 (12:18 +0200)
Let's use the distro's pam config instead of installing the systemd one.

mkosi.presets/00-base/mkosi.build

index 8573f7ad3494378370391854ce10d6d45ef4e855..167bd751d3a455ee4e569fde5a002c8366240022 100755 (executable)
@@ -62,6 +62,7 @@ if [ ! -f "$BUILDDIR"/build.ninja ]; then
         -D tests=unsafe
         -D slow-tests="${SLOW_TESTS:-false}"
         -D create-log-dirs=false
+        -D pamconfdir=no
         -D utmp=true
         -D hibernate=true
         -D ldconfig=true