From 0663dfc1229223427b9c1f515075021c0a905339 Mon Sep 17 00:00:00 2001 From: Michel Le Cocq Date: Mon, 22 Jun 2020 14:41:55 +0200 Subject: [PATCH] --- ...-swap-for-laptop-hibernation-Ubuntu-20.04-full-ZFS-install.md | 1 - 1 file changed, 1 deletion(-) diff --git a/right-fit-swap-for-laptop-hibernation-Ubuntu-20.04-full-ZFS-install.md b/right-fit-swap-for-laptop-hibernation-Ubuntu-20.04-full-ZFS-install.md index 96c0059..3925ae3 100644 --- a/right-fit-swap-for-laptop-hibernation-Ubuntu-20.04-full-ZFS-install.md +++ b/right-fit-swap-for-laptop-hibernation-Ubuntu-20.04-full-ZFS-install.md @@ -105,7 +105,6 @@ HandleLidSwitch=suspend-then-hibernate ~~~ apt-get install ecryptfs-utils -apt install cryptsetup-bin swapoff -a cryptsetup luksFormat --cipher aes-xts-plain64 --verify-passphrase --key-size 256 /dev/nvme0n1p2 ~~~