From e849ac373e7f796ae84b05bb1f23a5e7044e03e5 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 28 Jul 2023 15:50:57 -0700 Subject: [PATCH] Update --- ...yption, Mirroring, and Remote Unlocking with Ubuntu.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 3ce9663..c980099 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 @@ -266,4 +266,12 @@ efibootmgr -c -d "/dev/nvme0n2" -p 1 \ -L "ZFSBootMenu" \ -l \\EFI\\ZBM\\VMLINUZ.EFI +``` + +### Exit the environment +``` +exit +umount -n -R /mnt +zpool export zroot +reboot ``` \ No newline at end of file