mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
Update README.md
This commit is contained in:
parent
3659bb6644
commit
ea0c8d2dd0
1 changed files with 10 additions and 6 deletions
16
README.md
16
README.md
|
|
@ -35,13 +35,17 @@ The **partitions layout** is simple and it's inspired by [this section](https://
|
||||||
|------------------|----------------|-------------------------------|
|
|------------------|----------------|-------------------------------|
|
||||||
| 1 | @ | / |
|
| 1 | @ | / |
|
||||||
| 2 | @home | /home |
|
| 2 | @home | /home |
|
||||||
| 3 | @snapshots | /.snapshots |
|
| 3 | @root | /root |
|
||||||
| 4 | @var_log | /var/log |
|
| 4 | @srv | /srv |
|
||||||
| 5 | @var_pkgs | /var/cache/pacman/pkg |
|
| 5 | @snapshots | /.snapshots |
|
||||||
|
| 6 | @var_log | /var/log |
|
||||||
|
| 7 | @var_pkgs | /var/cache/pacman/pkg |
|
||||||
|
|
||||||
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). 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). Here's a brief explanation of the **BTRFS layout** I chose:
|
||||||
1. `@` mounted at `/`.
|
1. `@` mounted at `/`.
|
||||||
2. `@home` mounted at `/home`.
|
2. `@home` mounted at `/home`.
|
||||||
3. `@snapshots` mounted at `/.snapshots`.
|
3. `@root` mounted at `/root`.
|
||||||
4. `@var_log` mounted at `/var/log`.
|
4. `@srv` mounted at `/srv`.
|
||||||
4. `@var_pkgs` mounted at `/var/cache/pacman/pkg`.
|
5. `@snapshots` mounted at `/.snapshots`.
|
||||||
|
6. `@var_log` mounted at `/var/log`.
|
||||||
|
7. `@var_pkgs` mounted at `/var/cache/pacman/pkg`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue