From 2c195057d75701d3051d4769a317ecfbd3e14837 Mon Sep 17 00:00:00 2001 From: Michel Le Cocq Date: Mon, 22 Jun 2020 15:40:44 +0200 Subject: [PATCH] --- ...-for-laptop-hibernation-Ubuntu-20.04-full-ZFS-install.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 0e35c10..d1ccd5e 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 @@ -126,6 +126,12 @@ Now ajust /etc/fstab to use your mapper, replace your swap UUID device to : /dev/mapper/swapDevice none swap discard 0 0 ~~~ +/etc/crypttab + +~~~ +/etc/crypttab UUID=.... none luks +~~~ + ~~~ swapon -a ~~~