From 903d6310335ff0715e7620cca87b95774561430f Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Thu, 19 May 2022 00:12:38 -0500 Subject: [PATCH] Set encryption=on encryption=aes-256-gcm is now the default. anarcat mentioned this in PR #306. Signed-off-by: Richard Laager --- docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst | 2 +- docs/Getting Started/Debian/Debian Buster Root on ZFS.rst | 2 +- .../NixOS/Root on ZFS/2-system-configuration.rst | 2 +- .../RHEL 8-based distro Root on ZFS/2-system-installation.rst | 2 +- .../Ubuntu/Ubuntu 22.04 Root on ZFS for Raspberry Pi.rst | 2 +- docs/Getting Started/Ubuntu/Ubuntu 22.04 Root on ZFS.rst | 2 +- docs/Getting Started/openSUSE/openSUSE Leap Root on ZFS.rst | 2 +- .../openSUSE/openSUSE Tumbleweed Root on ZFS.rst | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst b/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst index 1f28645..43d5409 100644 --- a/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst +++ b/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst @@ -312,7 +312,7 @@ Step 2: Disk Formatting zpool create \ -o ashift=12 \ - -O encryption=aes-256-gcm \ + -O encryption=on \ -O keylocation=prompt -O keyformat=passphrase \ -O acltype=posixacl -O canmount=off -O compression=lz4 \ -O dnodesize=auto -O normalization=formD -O relatime=on \ diff --git a/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst b/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst index 5dd470d..91bbfff 100644 --- a/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst +++ b/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst @@ -322,7 +322,7 @@ Step 2: Disk Formatting zpool create \ -o ashift=12 \ - -O encryption=aes-256-gcm \ + -O encryption=on \ -O keylocation=prompt -O keyformat=passphrase \ -O acltype=posixacl -O canmount=off -O compression=lz4 \ -O dnodesize=auto -O normalization=formD -O relatime=on \ diff --git a/docs/Getting Started/NixOS/Root on ZFS/2-system-configuration.rst b/docs/Getting Started/NixOS/Root on ZFS/2-system-configuration.rst index 96ab55e..c647a04 100644 --- a/docs/Getting Started/NixOS/Root on ZFS/2-system-configuration.rst +++ b/docs/Getting Started/NixOS/Root on ZFS/2-system-configuration.rst @@ -172,7 +172,7 @@ System Configuration zfs create \ -o canmount=off \ -o mountpoint=none \ - -o encryption=aes-256-gcm \ + -o encryption=on \ -o keylocation=prompt \ -o keyformat=passphrase \ rpool_$INST_UUID/$INST_ID diff --git a/docs/Getting Started/RHEL-based distro/RHEL 8-based distro Root on ZFS/2-system-installation.rst b/docs/Getting Started/RHEL-based distro/RHEL 8-based distro Root on ZFS/2-system-installation.rst index fc029f3..f48c819 100644 --- a/docs/Getting Started/RHEL-based distro/RHEL 8-based distro Root on ZFS/2-system-installation.rst +++ b/docs/Getting Started/RHEL-based distro/RHEL 8-based distro Root on ZFS/2-system-installation.rst @@ -182,7 +182,7 @@ System Installation zfs create \ -o canmount=off \ -o mountpoint=none \ - -o encryption=aes-256-gcm \ + -o encryption=on \ -o keylocation=prompt \ -o keyformat=passphrase \ rpool_$INST_UUID/$INST_ID diff --git a/docs/Getting Started/Ubuntu/Ubuntu 22.04 Root on ZFS for Raspberry Pi.rst b/docs/Getting Started/Ubuntu/Ubuntu 22.04 Root on ZFS for Raspberry Pi.rst index 972b501..3e0b3fa 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 22.04 Root on ZFS for Raspberry Pi.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 22.04 Root on ZFS for Raspberry Pi.rst @@ -380,7 +380,7 @@ Step 2: Setup ZFS zpool create \ -o ashift=12 \ - -O encryption=aes-256-gcm \ + -O encryption=on \ -O keylocation=prompt -O keyformat=passphrase \ -O acltype=posixacl -O canmount=off -O compression=lz4 \ -O dnodesize=auto -O normalization=formD -O relatime=on \ diff --git a/docs/Getting Started/Ubuntu/Ubuntu 22.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 22.04 Root on ZFS.rst index cd27f9c..5ec6252 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 22.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 22.04 Root on ZFS.rst @@ -357,7 +357,7 @@ Step 2: Disk Formatting zpool create \ -o ashift=12 -o autotrim=on \ - -O encryption=aes-256-gcm \ + -O encryption=on \ -O keylocation=prompt -O keyformat=passphrase \ -O acltype=posixacl -O canmount=off -O compression=lz4 \ -O dnodesize=auto -O normalization=formD -O relatime=on \ diff --git a/docs/Getting Started/openSUSE/openSUSE Leap Root on ZFS.rst b/docs/Getting Started/openSUSE/openSUSE Leap Root on ZFS.rst index 1988591..4008792 100644 --- a/docs/Getting Started/openSUSE/openSUSE Leap Root on ZFS.rst +++ b/docs/Getting Started/openSUSE/openSUSE Leap Root on ZFS.rst @@ -304,7 +304,7 @@ Step 2: Disk Formatting zpool create \ -o cachefile=/etc/zfs/zpool.cache \ -o ashift=12 \ - -O encryption=aes-256-gcm \ + -O encryption=on \ -O keylocation=prompt -O keyformat=passphrase \ -O acltype=posixacl -O canmount=off -O compression=lz4 \ -O dnodesize=auto -O normalization=formD -O relatime=on \ diff --git a/docs/Getting Started/openSUSE/openSUSE Tumbleweed Root on ZFS.rst b/docs/Getting Started/openSUSE/openSUSE Tumbleweed Root on ZFS.rst index ddd4afb..3e7dd18 100644 --- a/docs/Getting Started/openSUSE/openSUSE Tumbleweed Root on ZFS.rst +++ b/docs/Getting Started/openSUSE/openSUSE Tumbleweed Root on ZFS.rst @@ -296,7 +296,7 @@ Step 2: Disk Formatting zpool create \ -o cachefile=/etc/zfs/zpool.cache \ -o ashift=12 \ - -O encryption=aes-256-gcm \ + -O encryption=on \ -O keylocation=prompt -O keyformat=passphrase \ -O acltype=posixacl -O canmount=off -O compression=lz4 \ -O dnodesize=auto -O normalization=formD -O relatime=on \