From ca3b388722346da86666c9588c2f1fbe6cefe920 Mon Sep 17 00:00:00 2001 From: Michel Le Cocq Date: Mon, 22 Jun 2020 21:01:15 +0200 Subject: [PATCH] --- ...ap-for-laptop-hibernation-Ubuntu-20.04-full-ZFS-install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 6a95955..2085090 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 @@ -160,13 +160,13 @@ swapoff /dev/mapper/cryptswap1 /dev/nvme0n1p2 none swap discard 0 0 ~~~ -Change your /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT to +* Change your /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT to ~~~ GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=/dev/nvme0n1p2" ~~~ - Edit the file /etc/initramfs-tools/conf.d/resume. Replace the existing RESUME line with the following line. +* edit /etc/initramfs-tools/conf.d/resume. Replace the existing RESUME line with the following line. RESUME=/dev/nvme0n1p2