summaryrefslogtreecommitdiffstats
path: root/initramfs/tpm/etc
diff options
context:
space:
mode:
authorSebastian Schmelzer2010-09-02 17:50:49 +0200
committerSebastian Schmelzer2010-09-02 17:50:49 +0200
commit416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5 (patch)
tree4715f7d742fec50931017f38fe6ff0a89d4ceccc /initramfs/tpm/etc
parentFix for the problem reported on the list (sed filter forgotten for the (diff)
downloadcore-416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5.tar.gz
core-416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5.tar.xz
core-416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5.zip
change dir structure
Diffstat (limited to 'initramfs/tpm/etc')
-rw-r--r--initramfs/tpm/etc/bash.bashrc3
-rw-r--r--initramfs/tpm/etc/hosts3
-rw-r--r--initramfs/tpm/etc/inputrc1
-rw-r--r--initramfs/tpm/etc/ld.so.preload1
-rw-r--r--initramfs/tpm/etc/libdeps34
-rw-r--r--initramfs/tpm/etc/passwd5
6 files changed, 0 insertions, 47 deletions
diff --git a/initramfs/tpm/etc/bash.bashrc b/initramfs/tpm/etc/bash.bashrc
deleted file mode 100644
index 0c0dc200..00000000
--- a/initramfs/tpm/etc/bash.bashrc
+++ /dev/null
@@ -1,3 +0,0 @@
-[ -z "$PS1" ] && return
-
-PS1="(\h):\w# "
diff --git a/initramfs/tpm/etc/hosts b/initramfs/tpm/etc/hosts
deleted file mode 100644
index 35337c24..00000000
--- a/initramfs/tpm/etc/hosts
+++ /dev/null
@@ -1,3 +0,0 @@
-# needed for tpm stuff ...
-127.0.0.1 localhost
-::1 localhost ipv6-localhost ipv6-loopback
diff --git a/initramfs/tpm/etc/inputrc b/initramfs/tpm/etc/inputrc
deleted file mode 100644
index ac81a394..00000000
--- a/initramfs/tpm/etc/inputrc
+++ /dev/null
@@ -1 +0,0 @@
-set bell-style none
diff --git a/initramfs/tpm/etc/ld.so.preload b/initramfs/tpm/etc/ld.so.preload
deleted file mode 100644
index a59b3240..00000000
--- a/initramfs/tpm/etc/ld.so.preload
+++ /dev/null
@@ -1 +0,0 @@
-/usr/local/share/tpm/lib/libcrypto.so.0.9.8
diff --git a/initramfs/tpm/etc/libdeps b/initramfs/tpm/etc/libdeps
deleted file mode 100644
index 9dae75e3..00000000
--- a/initramfs/tpm/etc/libdeps
+++ /dev/null
@@ -1,34 +0,0 @@
-# whitespace-separated list containing libraries
-# that are required for some binaries to work...
-
-# tcsd requires libgcc_s, otherwise it exits after the
-# first connection socket is closed
-lib/libgcc_s.so.1
-
-# nss is required to connect to local and remote services:
-lib/libnss_compat.so.2
-lib/libnss_files.so.2
-
-################ deprecated ################
-# slxldd resolves the dependencies below...
-### lib/libpthread.so.0
-
-# tcsd:
-### lib/libdl.so.2
-### lib/libz.so.1
-
-# ssh/scp:
-### lib/libresolv.so.2
-### lib/libutil.so.1
-### lib/libnsl.so.1
-### lib/libcrypt.so.1
-### usr/lib/libopensc.so.2
-### usr/lib/libgssapi_krb5.so.2
-### usr/lib/libkrb5.so.3
-### usr/lib/libk5crypto.so.3
-### usr/lib/libscconf.so.2
-### usr/lib/libssl.so.0.9.8
-### usr/lib/libopenct.so.1
-### usr/lib/libpcsclite.so.1
-### usr/lib/libltdl.so.3
-### usr/lib/libkrb5support.so.0
diff --git a/initramfs/tpm/etc/passwd b/initramfs/tpm/etc/passwd
deleted file mode 100644
index 644c98f1..00000000
--- a/initramfs/tpm/etc/passwd
+++ /dev/null
@@ -1,5 +0,0 @@
-root:x:0:0:root:/root:/bin/bash
-bin:x:1:1:bin:/bin:/bin/bash
-daemon:x:2:2:Daemon:/sbin:/bin/bash
-tss:x:111:112:Trusted Software Stack:/var/lib/tpm/:/bin/false
-nobody:x:65534:65533:nobody:/var/lib/nobody:/bin/bash