mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Documentation.
This commit is contained in:
parent
64d6600c32
commit
80b76543ee
2 changed files with 14 additions and 2 deletions
12
README.md
12
README.md
|
|
@ -1,8 +1,20 @@
|
|||
# Partition Scheme
|
||||
|
||||
| Partition Number | Label | Size | Mountpoint | Filesystem |
|
||||
|------------------|-----------|------------------|------------|-----------------|
|
||||
| 1 | ESP | 512 MB | /boot | FAT32 |
|
||||
| 2 | Cryptroot | Rest of the disk | / | BTRFS Encrypted |
|
||||
|
||||
# BTRFS Subvolumes layout
|
||||
|
||||
| Subvolume Number | Subvolume Name | Mountpoint |
|
||||
|------------------|----------------|------------------|
|
||||
| 1 | @ | / |
|
||||
| 2 | @home | /home |
|
||||
| 3 | @snapshots | /.snapshots |
|
||||
| 4 | @var_log | /var/log |
|
||||
| 5 | @swap | /swap (optional) |
|
||||
|
||||
How does it work?
|
||||
|
||||
```sh <(curl -sL u.nu/ws5e2)```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue