diff options
| -rw-r--r-- | remote/modules/pam/pam.build | 5 | ||||
| -rw-r--r-- | remote/modules/pam/pam.conf | 3 | ||||
| -rw-r--r-- | remote/rootfs/rootfs-stage32/rootfs-stage32.conf | 5 |
3 files changed, 10 insertions, 3 deletions
diff --git a/remote/modules/pam/pam.build b/remote/modules/pam/pam.build index 4392e64d..f9a3a213 100644 --- a/remote/modules/pam/pam.build +++ b/remote/modules/pam/pam.build @@ -7,5 +7,8 @@ build() { } post_copy() { - : + if [ ! -d "${TARGET_BUILD_DIR}/run/rpc_pipefs" ]; then + mkdir -p "${TARGET_BUILD_DIR}/run/rpc_pipefs" || pwarning "Could not mkdir ${TARGET_BUILD_DIR}/run/rpc_pipefs" + fi + } diff --git a/remote/modules/pam/pam.conf b/remote/modules/pam/pam.conf index 94356d45..3239f9dd 100644 --- a/remote/modules/pam/pam.conf +++ b/remote/modules/pam/pam.conf @@ -23,7 +23,8 @@ REQUIRED_BINARIES=" mount.crypt umount.crypt_LUKS mount.crypto_LUKS umount.crypto_LUKS - perl" + rpc.gssd + rpc.idmapd" REQUIRED_SYSTEM_FILES=" /lib/security/pam_mount.so" REQUIRED_DIRECTORIES=" /lib /usr/lib diff --git a/remote/rootfs/rootfs-stage32/rootfs-stage32.conf b/remote/rootfs/rootfs-stage32/rootfs-stage32.conf index 049c9e08..e2bfbd4a 100644 --- a/remote/rootfs/rootfs-stage32/rootfs-stage32.conf +++ b/remote/rootfs/rootfs-stage32/rootfs-stage32.conf @@ -1,6 +1,9 @@ REQUIRED_MODULES=" kernel" REQUIRED_INSTALLED_PACKAGES="nfs-common squashfs-tools whois xfsprogs" -REQUIRED_BINARIES=" +REQUIRED_BINARIES=" perl + host + rpc.gssd + rpc.idmapd bash more less |
