summaryrefslogtreecommitdiffstats
path: root/remote/tools
diff options
context:
space:
mode:
authorJonathan Bauer2013-03-11 17:32:55 +0100
committerJonathan Bauer2013-03-11 17:32:55 +0100
commit5bc5e9815fbeb08038fa08ab28f28a29f90e077d (patch)
tree38a5937af57aa55078453a16593b41af1495f256 /remote/tools
parentold files (diff)
downloadtm-scripts-5bc5e9815fbeb08038fa08ab28f28a29f90e077d.tar.gz
tm-scripts-5bc5e9815fbeb08038fa08ab28f28a29f90e077d.tar.xz
tm-scripts-5bc5e9815fbeb08038fa08ab28f28a29f90e077d.zip
mltk now uses setup_core
Diffstat (limited to 'remote/tools')
-rw-r--r--remote/tools/base/base.build2
-rw-r--r--remote/tools/base/base.conf4
2 files changed, 3 insertions, 3 deletions
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"