From 16ffdb6cf5f98bc76da109df0acf9c0d379cf4db Mon Sep 17 00:00:00 2001 From: Michel Le Cocq Date: Mon, 22 Jun 2020 14:55:01 +0200 Subject: [PATCH] --- ...swap-for-laptop-hibernation-Ubuntu-20.04-full-ZFS-install.md | 2 +- 1 file changed, 1 insertion(+), 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 1d20342..5fad6c1 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 @@ -114,7 +114,7 @@ mkswap /dev/mapper/mkswap /dev/mapper/swapDevice edit : /etc/default/grub ~~~ -GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=/dev/mapper/cryptswap" +GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=/dev/mapper/swapDevice" ~~~ ~~~