From 4f323e1e749f8e0ae4de9b893751094618e73542 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 22 Aug 2023 13:52:30 -0700 Subject: [PATCH] remove some nonsense --- ...S Encryption, Mirroring, and Remote Unlocking with Ubuntu.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md b/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md index 972bbbf..27bb286 100644 --- a/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md +++ b/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md @@ -95,8 +95,6 @@ zpool set bootfs=zroot/ROOT/ubuntu zroot Here, we deviate from the official guide by splitting out `/var/log`, `/var/spool`, `/var/cache` out into their own datasets. These are directories which are parts of Ubuntu that we do not want to be rolled back along with the system in case we need to boot into a prior snapshot. -If you plan to dual boot with a different system and have shared directory dataset, then you need to make sure that dataset is not under `zroot/ROOT`. `zroot/home` is an example of this. - ### Mounting the filesystem ```bash