From 2e63f173d23ecab46fcd54d217e7bc799e3c7946 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sat, 30 May 2020 00:32:51 -0500 Subject: [PATCH] Ubuntu 20.04: Add a note about swap size This now mentions that the user might want to customize the swap size. It also specifically mentions hibernation and the requirement to size the swap at least as large as the system RAM. Note: I have not tested hibernation. Signed-off-by: Richard Laager Reported-by: Larry Wagner --- docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst index 004e331..79f00c6 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst @@ -244,6 +244,10 @@ Step 2: Disk Formatting sgdisk -n2:0:+500M -t2:FD00 $DISK + Adjust the swap swize to your needs. If you wish to enable hiberation + (which only works for unencrypted installs), the swap partition must be + at least as large as the system's RAM. + #. Create a boot pool partition:: sgdisk -n3:0:+2G -t3:BE00 $DISK