From 5d5fdd714671f9c4df7c1092dc6163aceedd9627 Mon Sep 17 00:00:00 2001 From: Michel Le Cocq Date: Mon, 22 Jun 2020 10:34:35 +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 4b960bc..86facdf 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 @@ -25,7 +25,7 @@ SWAPVOLSIZE=$(( MEMSIZE / 1024 )) like bellow : ~~~{.shell} - # Convert to MiB to align the size on the size of a block +# Convert to MiB to align the size on the size of a block SWAPVOLSIZE=$(( SWAPSIZE / 1024 / 1024 )) MEMSIZE=$(cat /proc/meminfo | grep MemTotal | awk -F' ' '{print $2}')