fix(zfs): After password change always zfs change-key (#1)

This commit is contained in:
hygienic-books 2023-03-05 03:59:25 +01:00
parent 60136f4807
commit 930d5f4687

View File

@ -112,6 +112,7 @@ In order to generate a new master key after you've changed your user key as ment
1. Change user key 1. Change user key
- Update `/etc/zfs/zpool.key` - Update `/etc/zfs/zpool.key`
- Update zpool with new key via `zfs change-key -l zpool`
- Generate new initramfs with `mkinitcpio -P` - Generate new initramfs with `mkinitcpio -P`
1. Create a snapshot from current system dataset 1. Create a snapshot from current system dataset
``` ```