summaryrefslogtreecommitdiffstats
path: root/system/trousers/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/trousers/README')
-rw-r--r--system/trousers/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/trousers/README b/system/trousers/README
new file mode 100644
index 0000000000..3ac7d2d958
--- /dev/null
+++ b/system/trousers/README
@@ -0,0 +1,9 @@
+trousers (open-source TSS implementation by IBM)
+
+trousers is an open-source TCG Software Stack implementation created and
+released by IBM.
+
+Before building trousers, please create a "tss" user and group:
+
+ # groupadd -g 374 tss
+ # useradd -g tss -u 374 -d /home/tss -M -s /bin/bash tss