From 5bc5e9815fbeb08038fa08ab28f28a29f90e077d Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 11 Mar 2013 17:32:55 +0100 Subject: mltk now uses setup_core --- remote/tools/base/base.build | 2 +- remote/tools/base/base.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'remote/tools/base') diff --git a/remote/tools/base/base.build b/remote/tools/base/base.build index afa82662..e75f8537 100644 --- a/remote/tools/base/base.build +++ b/remote/tools/base/base.build @@ -65,7 +65,7 @@ post_copy() { cp -r "${TOOL_DIR}/${TOOL}"/data/* "${INIT_DIR}" || perror "Copying static files from data/* failed." # copy pam modules - tarcopy "$(dirname $(ldd $SHELL|grep libc | awk -F " " '{print $3}'))"/security "${INIT_DIR}" + tarcopy "/lib/${ARCH_TRIPLET}/security /lib/security" "${INIT_DIR}" # quick fix for /etc/fstab echo "# no configuration" >> "${INIT_DIR}/etc/fstab" diff --git a/remote/tools/base/base.conf b/remote/tools/base/base.conf index 6ad7d0e0..29519edb 100644 --- a/remote/tools/base/base.conf +++ b/remote/tools/base/base.conf @@ -17,7 +17,6 @@ REQUIRED_BINARIES=" bash strace blkid modprobe - rsyslogd ps scp ssh" @@ -53,4 +52,5 @@ REQUIRED_FILES=" /etc/environment /etc/protocols /etc/services /etc/networks - /etc/netconfig" + /etc/netconfig + /etc/modprobe.d/blacklist.conf" -- cgit v1.2.3-55-g7522