From a24b5bb0c6986cf59ce959ae0352250c16717df3 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Wed, 10 Apr 2019 09:59:32 -0500 Subject: [PATCH] Ubuntu/Debian: Do not mention "Ubuntu" encryption This fixes a mention of "Ubuntu" that slipped into Debian, and also avoids the need to diverge them needlessly. --- Debian-Stretch-Root-on-ZFS.md | 2 +- Ubuntu-18.04-Root-on-ZFS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Debian-Stretch-Root-on-ZFS.md b/Debian-Stretch-Root-on-ZFS.md index f805383..dcccb06 100644 --- a/Debian-Stretch-Root-on-ZFS.md +++ b/Debian-Stretch-Root-on-ZFS.md @@ -16,7 +16,7 @@ If you need help, reach out to the community using the [zfs-discuss mailing list ## Encryption -This guide supports the two different Ubuntu encryption options: unencrypted and LUKS (full-disk encryption). ZFS native encryption has not yet been released. +This guide supports two different encryption options: unencrypted and LUKS (full-disk encryption). ZFS native encryption has not yet been released. Unencrypted does not encrypt anything, of course. All ZFS features are fully available. With no encryption happening, this option naturally has the best performance. diff --git a/Ubuntu-18.04-Root-on-ZFS.md b/Ubuntu-18.04-Root-on-ZFS.md index 6ca823c..a4e674f 100644 --- a/Ubuntu-18.04-Root-on-ZFS.md +++ b/Ubuntu-18.04-Root-on-ZFS.md @@ -15,7 +15,7 @@ If you need help, reach out to the community using the [zfs-discuss mailing list ## Encryption -This guide supports the two different Ubuntu encryption options: unencrypted and LUKS (full-disk encryption). ZFS native encryption has not yet been released. +This guide supports two different encryption options: unencrypted and LUKS (full-disk encryption). ZFS native encryption has not yet been released. Unencrypted does not encrypt anything, of course. All ZFS features are fully available. With no encryption happening, this option naturally has the best performance.