From bb094b4cf6519a973cb0a7490c0f23a73e11b9c1 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Mon, 1 Feb 2021 11:44:52 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fcb1fc..96d3f50 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The partitions layout is pretty straightforward, it's inspired by [this section] | 4 | @var_log | /var/log | | 5 | @swap | /swap (optional) | -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 subvolumes 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: +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 subvolumes 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 `/`. 2. `@home` mounted as `/home`. 3. `@snapshots` mounted as `/.snapshots`.