diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-01-03 18:27:45 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-01-03 18:27:45 +0000 |
commit | 92ded7a6a12cb340da2d3f86e868f9bb695f7921 (patch) | |
tree | 10d1cf77415bbf38a175f68581da6e860dfe0563 /posts | |
parent | 5e38dd7803bec8886bcc0f009ed4fda6bd933e56 (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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/posts/void-linux-with-encrypted-root-on-zfs.md b/posts/void-linux-with-encrypted-root-on-zfs.md index d569d9d..08c0323 100644 --- a/posts/void-linux-with-encrypted-root-on-zfs.md +++ b/posts/void-linux-with-encrypted-root-on-zfs.md @@ -67,8 +67,7 @@ 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 +### Wipe partitions ``` zpool labelclear -f "/dev/nvme0n1" |