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