summaryrefslogtreecommitdiff
path: root/disable-hyperthreading.install
blob: 9aecba24ef5f159012dbd10d629d35c1bb5d7884 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

pre_install() {
  cat <<EOM
  == Important ==
  remember to activate the cron script by adding
  @reboot root /etc/disable-hyperhtreading
  to your /etc/crontab
EOM
}

pre_upgrade() {
  pre_install
}