Forgot to update that one

This commit is contained in:
Tastatur 2024-01-06 16:55:36 +01:00
parent fdf5ea73a7
commit 60df7c697a

View file

@ -72,7 +72,7 @@ First install the `fscrypt` and `e2fsprogs-extra` packages:
Then make sure our filesystem has the `encrypt` feature enabled and setup `fscrypt` on the home directory:
```
# tune2fs -O encrypt /dev/vg<m>/home<n>
# tune2fs -O encrypt /dev/vg<n>/alp_home
# fscrypt setup
# fscrypt setup /home
```