diff options
Diffstat (limited to 'linhes/mkinitcpio-openswap/usage.install')
-rw-r--r-- | linhes/mkinitcpio-openswap/usage.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linhes/mkinitcpio-openswap/usage.install b/linhes/mkinitcpio-openswap/usage.install new file mode 100644 index 0000000..3610e9d --- /dev/null +++ b/linhes/mkinitcpio-openswap/usage.install @@ -0,0 +1,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 "" +} |