From 3cb8d05cf0f3fa1bcd3fee2ac804ae6c5b2a1939 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 18 Jun 2013 13:06:22 +0200 Subject: merge --- remote/modules/pam/pam.build | 5 ++++- remote/modules/pam/pam.conf | 3 ++- 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 -- cgit v1.2.3-55-g7522