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.