diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-01-03 18:28:28 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-01-03 18:28:28 +0000 |
commit | 2aa9965202e27d2518e1c58a8c20811b36ebd365 (patch) | |
tree | fbd1790bddc33c25dd69d55a9a7874f38cae4812 | |
parent | 92ded7a6a12cb340da2d3f86e868f9bb695f7921 (diff) |
Installing Void Linux with encrypted Root on ZFS
-rw-r--r-- | posts/void-linux-with-encrypted-root-on-zfs.md | 2 |
1 files changed, 1 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 08c0323..17d138c 100644 --- a/posts/void-linux-with-encrypted-root-on-zfs.md +++ b/posts/void-linux-with-encrypted-root-on-zfs.md @@ -67,7 +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.** -### Wipe partitions +## Wipe partitions ``` zpool labelclear -f "/dev/nvme0n1" |