diff --git a/blog/2024-10-10-how-to-enable-encrypted-swap-in-alpine-linux.mdwn b/blog/2024-10-10-how-to-enable-encrypted-swap-in-alpine-linux.mdwn index 1f5cf14f..7dcb1e8a 100644 --- a/blog/2024-10-10-how-to-enable-encrypted-swap-in-alpine-linux.mdwn +++ b/blog/2024-10-10-how-to-enable-encrypted-swap-in-alpine-linux.mdwn @@ -29,8 +29,9 @@ Run ### Make it persistent - # Enable automatic start + # Enable automatic start of encryption & swap rc-update add dmcrypt + rc-update add swap # Enable automatic swapon echo /dev/mapper/crypt-swap swap swap defaults 0 0 >> /etc/fstab