summarylogtreecommitdiffstats
path: root/sedutil.install
blob: 4a9c5274f9055f920f5c49d64da8da7da7a43bea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
  cat << EOM

:: Requirements for sedutil-cli
- add "libata.allow_tpm=1" to the kernel parameters

:: PBA and rescue images
- run "sedutil-mkimg" to build both image types

:: Optional sleep support
- WARNING: requires the unlock secrets to be kept on disk and in kernel memory
- set the unlock password in "/etc/sedutil/sedutil-sleep.conf"
- enable the systemd service "sedutil-sleep.service"

EOM
}