diff options
author | David P <megver83@parabola.nu> | 2017-07-02 18:45:15 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2017-07-02 18:45:15 -0400 |
commit | f98362f371e259fa45b089c4183a5035285beb65 (patch) | |
tree | 5195363751bef1d753590eeffd235b287f03e469 /pcr/mkinitcpio-openswap/usage.install | |
parent | 1b1185741639651b65d2953c06a64090e9a16df6 (diff) | |
download | abslibre-f98362f371e259fa45b089c4183a5035285beb65.tar.gz abslibre-f98362f371e259fa45b089c4183a5035285beb65.tar.bz2 abslibre-f98362f371e259fa45b089c4183a5035285beb65.zip |
Added pythonqt and mkinitcpio-openswap to [pcr]
Diffstat (limited to 'pcr/mkinitcpio-openswap/usage.install')
-rw-r--r-- | pcr/mkinitcpio-openswap/usage.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pcr/mkinitcpio-openswap/usage.install b/pcr/mkinitcpio-openswap/usage.install new file mode 100644 index 000000000..3610e9d28 --- /dev/null +++ b/pcr/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 "" +} |