This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
zfs-encryption [2020/03/29 14:44] ian created |
zfs-encryption [2020/04/08 11:56] (current) ian |
||
|---|---|---|---|
| Line 21: | Line 21: | ||
| # zfs destroy rpool/ | # zfs destroy rpool/ | ||
| - | |||
| - | # zfs inherit mountpoint rpool/home | ||
| # zfs umount rpool/home | # zfs umount rpool/home | ||
| + | |||
| + | # zfs inherit mountpoint rpool/home | ||
| # zfs mount -l rpool/home | # zfs mount -l rpool/home | ||
| </ | </ | ||
| - | Now that you have an encrypted ZFS volume mounted on /home, create and enable a systemd service file to prompt for the password at boot | + | |
| + | ---- | ||
| + | |||
| + | |||
| + | Now that you have an encrypted ZFS volume mounted on /home, create and enable a systemd service file to prompt for the password at boot (only for **Ubuntu 19.10**, later releases have an updated generator method ''/ | ||
| < | < | ||
| - | # vi / | + | # editor |
| </ | </ | ||
| Line 44: | Line 48: | ||
| Type=oneshot | Type=oneshot | ||
| RemainAfterExit=yes | RemainAfterExit=yes | ||
| - | ExecStart=/ | + | ExecStart=/ |
| [Install] | [Install] | ||