summarylogtreecommitdiffstats
path: root/k10ctl.install
diff options
context:
space:
mode:
Diffstat (limited to 'k10ctl.install')
-rw-r--r--k10ctl.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/k10ctl.install b/k10ctl.install
new file mode 100644
index 000000000000..2d03b9481501
--- /dev/null
+++ b/k10ctl.install
@@ -0,0 +1,10 @@
+post_install() {
+ cat << _EOF
+
+ USE THIS PROGRAM AT YOU OWN RISK. IT MAY DAMAGE YOUR HARDWARE.
+
+ It is VERY important that you adapt the values in /etc/conf.d/k10ctl
+ to your system. For usage see: http://www.ztex.de/misc/k10ctl.e.html
+
+_EOF
+}