summarylogtreecommitdiffstats
path: root/usage.install
blob: 3610e9d28b43039f2b12aa427c705caced74dae5 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	echo ""
  echo "Alter /etc/openswap.conf file for your swap device name, keyfiles, etc..."
  echo ""
  echo "For more information see: https://wiki.archlinux.org/index.php/Dm-crypt/Swap_encryption#mkinitcpio_hook"
  echo ""
	echo "Don't forget to add the openswap hook after encrypt and before resume in your /etc/mkinitcpio.conf and run mkinitcpio -p linux..."
	echo ""
}