1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-09-19 15:14:43 -04:00

Update README.md

This commit is contained in:
TommyTran732 2021-04-14 00:42:30 -04:00 committed by tommytran732
parent 9be0c7e220
commit cb14c316d2
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -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 `/`.