From e07182c2599b178c4835cdf823222027d9fe8a09 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 19 Sep 2023 08:52:46 +0200 Subject: [PATCH] add /usr/lib/pam.d --- CHANGELOG | 2 +- usr/lib/initcpio/install/archboot_base_common | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8e143ccc1..eeb1237b9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -31,7 +31,7 @@ setup: - updated UKI routine to use new ukify syntax with ukify.conf - enabled windowkeys in autoconfiguration custom-bash-options.sh: -- only run remote-login.sh on archboot +- only run remote-login.sh on archboot environment --- 2023.08 Highlights: - systemd 254.x diff --git a/usr/lib/initcpio/install/archboot_base_common b/usr/lib/initcpio/install/archboot_base_common index d38b6578f..2f6778ea5 100644 --- a/usr/lib/initcpio/install/archboot_base_common +++ b/usr/lib/initcpio/install/archboot_base_common @@ -102,7 +102,7 @@ build () ### add pam map add_binary mkhomedir_helper pam_timestamp_check unix_chkpwd unix_update - map add_full_dir "/etc/security" "/etc/default" "/etc/pam.d" "/usr/lib/security" + map add_full_dir /etc/security /etc/default /etc/pam.d /usr/lib/security /usr/lib/pam.d add_file "/etc/environment" ### add shadow