diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-01-03 18:16:04 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-01-03 18:16:04 +0000 |
commit | e1de424931417dc9796cc8ee7cfbea7a08ab6a24 (patch) | |
tree | d8c3ed1a966e075c99c52627afff13dc7d80b6fc /posts | |
parent | f298d2fabcf8ab36ed8d1c07e2c5ff8646c41e56 (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, 2 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 d3540f0..8d416e6 100644 --- a/posts/void-linux-with-encrypted-root-on-zfs.md +++ b/posts/void-linux-with-encrypted-root-on-zfs.md @@ -65,7 +65,8 @@ On my laptop I,ll be using a single drive on `/dev/nvme0n1` with three paritions **2 - Swap** ( I'm using 64Gb but you can adjust to suit your needs or just not create swap and number the zpool parition 2 ) **3 - Zpool** ( This partition uses the remaining disk space ) -**Note you will need to adjust below when wiping partitions if you use seperate disks**<br> +**Note you will need to adjust below when wiping partitions if you use seperate disks** +<br> ## Wipe partitions ``` |