summaryrefslogtreecommitdiffstats
path: root/remote/tools/base
diff options
context:
space:
mode:
authorMichael Neves2013-01-14 19:47:47 +0100
committerMichael Neves2013-01-14 19:47:47 +0100
commitb345970d695554b8156777045a76eb25c4c9d630 (patch)
treec7f34bc842e3ae07d71c4cd71346ebc41638dc22 /remote/tools/base
parentold file deleted (diff)
downloadtm-scripts-b345970d695554b8156777045a76eb25c4c9d630.tar.gz
tm-scripts-b345970d695554b8156777045a76eb25c4c9d630.tar.xz
tm-scripts-b345970d695554b8156777045a76eb25c4c9d630.zip
separate greeter from ldm
Diffstat (limited to 'remote/tools/base')
-rw-r--r--remote/tools/base/base.build3
-rw-r--r--remote/tools/base/base.conf3
2 files changed, 5 insertions, 1 deletions
diff --git a/remote/tools/base/base.build b/remote/tools/base/base.build
index a56982fa..2a1a811c 100644
--- a/remote/tools/base/base.build
+++ b/remote/tools/base/base.build
@@ -76,4 +76,7 @@ post_copy() {
# copy kernel modules
#[ ! -d ${INIT_DIR}/lib/modules/$(uname -r) ] && mkdir -p ${INIT_DIR}/lib/modules/$(uname -r)
#cp -r /lib/modules/$(uname -r) ${INIT_DIR}/lib/modules/$(uname -r)
+
+ #quick fix xterm symlink
+ ln -s /usr/lib/libXaw7.so.7.0.0 ${INIT_DIR}/usr/lib/libXaw7.so.7
}
diff --git a/remote/tools/base/base.conf b/remote/tools/base/base.conf
index 72330a55..df2c77d6 100644
--- a/remote/tools/base/base.conf
+++ b/remote/tools/base/base.conf
@@ -12,7 +12,8 @@ REQUIRED_BINARIES=" bash
ldd
strace
blkid
- modprobe"
+ modprobe
+ xterm"
REQUIRED_LIBRARIES=" libcap
libcidn
libcom_err