From cb14c316d20e7279e4480951880a53ec609bf495 Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Wed, 14 Apr 2021 00:42:30 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99b1e93..5a87dd4 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,9 @@ The **partitions layout** is pretty straightforward, it's inspired by [this sect | Subvolume Number | Subvolume Name | Mountpoint | |------------------|----------------|------------------| | 1 | @ | / | -| 2 | @home | /home | -| 3 | @var | /var | +| 2 | @boot | /boot +| 3 | @home | /home | +| 4 | @var | /var | The **BTRFS subvolumes layout** follows the traditional and suggested layout used by **Snapper**, you can find it [here](https://wiki.archlinux.org/index.php/Snapper#Suggested_filesystem_layout). I only added a swap subvolume in case you need a swapfile, but it's totally optional. You'll be asked if you want it or not during the script execution. Here's a brief explanation of the **BTRFS layout** I chose: 1. `@` mounted as `/`.