From 37adb9e7f7d70918187666fbe8cca896e3d9ee23 Mon Sep 17 00:00:00 2001 From: Michel Le Cocq Date: Wed, 24 Jun 2020 08:39:30 +0200 Subject: [PATCH] --- disable-encrypt-swap-partition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disable-encrypt-swap-partition.md b/disable-encrypt-swap-partition.md index fe41d4f..b600e3c 100644 --- a/disable-encrypt-swap-partition.md +++ b/disable-encrypt-swap-partition.md @@ -54,7 +54,7 @@ update-grub * edit /etc/initramfs-tools/conf.d/resume. Replace the existing RESUME line with the following line. ~~~ -RESUME=/dev/nvme0n1p2 +printf "RESUME=/dev/nvme0n1p2" | tee /etc/initramfs-tools/conf.d/resume ~~~ Register these changes.