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 5e119db..aba56f0 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 @@ -285,6 +285,14 @@ efibootmgr -c -d /dev/nvme0n2 -p 1 \ ``` +### Set the root password + +Set the root password: + +``` +passwd +``` + ### Exit the environment ``` exit