docs(zfs): Clarify reboot first, then update encryptionroot (#1)

This commit is contained in:
hygienic-books 2023-03-05 04:00:26 +01:00
parent 10c9ae589f
commit a19adbfe28

View File

@ -150,7 +150,7 @@ In order to generate a new master key after you've changed your user key as ment
zpool set bootfs=zpool/root/archlinux-frn zpool zpool set bootfs=zpool/root/archlinux-frn zpool
``` ```
1. Boot into new system dataset 1. Boot into new system dataset
1. Update the new system dataset's `encryptionroot` by letting it inherit key data from its parent: 1. After reboot and now that you're in the new system dataset change its `encryptionroot` by letting it inherit data from its parent:
``` ```
zfs change-key -i -l zpool/root/archlinux-frn zfs change-key -i -l zpool/root/archlinux-frn
``` ```