From d61ad95c7690155a18b2abd39bf8df37e9a02908 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 14 Jun 2013 13:32:45 +0200 Subject: ldconfig: Include system's default paths --- remote/rootfs/rootfs-stage31/rootfs-stage31.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'remote/rootfs') diff --git a/remote/rootfs/rootfs-stage31/rootfs-stage31.conf b/remote/rootfs/rootfs-stage31/rootfs-stage31.conf index b493c370..47f77c0a 100644 --- a/remote/rootfs/rootfs-stage31/rootfs-stage31.conf +++ b/remote/rootfs/rootfs-stage31/rootfs-stage31.conf @@ -55,7 +55,7 @@ REQUIRED_FIRMWARE=" 3com/ RTL8192SE/ rtl_nic/ tigon/" -REQUIRED_FILES=" /etc/netconfig - /etc/networks - /etc/protocols - /etc/services" +REQUIRED_FILES=" + /etc/protocols + /etc/services +" -- cgit v1.2.3-55-g7522 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(-) (limited to 'remote/rootfs') 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 From 0e2ff9d23381bc7d154be02543c6a40896586743 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 20 Jun 2013 13:29:33 +0200 Subject: [rootfs-stage32] fixes --- remote/rootfs/rootfs-stage32/rootfs-stage32.conf | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'remote/rootfs') diff --git a/remote/rootfs/rootfs-stage32/rootfs-stage32.conf b/remote/rootfs/rootfs-stage32/rootfs-stage32.conf index e2bfbd4a..a7261422 100644 --- a/remote/rootfs/rootfs-stage32/rootfs-stage32.conf +++ b/remote/rootfs/rootfs-stage32/rootfs-stage32.conf @@ -1,9 +1,11 @@ REQUIRED_MODULES=" kernel" -REQUIRED_INSTALLED_PACKAGES="nfs-common squashfs-tools whois xfsprogs" -REQUIRED_BINARIES=" perl - host - rpc.gssd - rpc.idmapd +REQUIRED_INSTALLED_PACKAGES=" + nfs-common + squashfs-tools + whois + xfsprogs +" +REQUIRED_BINARIES=" bash more less @@ -34,6 +36,10 @@ REQUIRED_BINARIES=" perl mkdosfs amixer iptables + host + rpc.gssd + rpc.idmapd + ntpdate " REQUIRED_LIBRARIES=" libcap libcidn -- cgit v1.2.3-55-g7522