diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-01-03 18:20:02 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-01-03 18:20:02 +0000 |
commit | 6b40043be0ac576950e6eb09298f0361e184c200 (patch) | |
tree | f79eb4cbd24d1cb3ba483426a8d4b28f0652b2b8 /posts | |
parent | cc995405c2628d92a27e355fe91e5e1dabc36936 (diff) |
Installing Void Linux with encrypted Root on ZFS
Diffstat (limited to 'posts')
-rw-r--r-- | posts/void-linux-with-encrypted-root-on-zfs.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/posts/void-linux-with-encrypted-root-on-zfs.md b/posts/void-linux-with-encrypted-root-on-zfs.md index d5c6be8..a756221 100644 --- a/posts/void-linux-with-encrypted-root-on-zfs.md +++ b/posts/void-linux-with-encrypted-root-on-zfs.md @@ -68,7 +68,6 @@ On my laptop I,ll be using a single drive on `/dev/nvme0n1` with three paritions **Note you will need to adjust below when wiping partitions if you use seperate disks.** <br><br> ## Wipe partitions - ``` zpool labelclear -f "/dev/nvme0n1" |