mirror of
https://github.com/tuxdotrs/tuxOS.git
synced 2025-07-07 02:06:34 +05:30
10 lines
391 B
Plaintext
10 lines
391 B
Plaintext
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 ""
|
|
}
|