summarylogtreecommitdiffstats
path: root/sedutil.install
blob: 12e845cd784b19a567f6d1bf542f4712139a7e7e (plain)
1
2
3
4
5
6
7
8
9
post_install() {
cat <<EOF
You must be administrator/root to run this program, in addition
libata.allow_tpm must be set to 1. Either via adding libata.allow_tpm=1
to the kernel flags at boot time or changing the contents of
/sys/module/libata/parameters/allow_tpm to a from a "0" to a "1" on a
running system.
EOF
}