1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-11-09 20:21:34 -05:00
Arch-Setup-Script/README.md

21 lines
860 B
Markdown
Raw Normal View History

2021-02-01 05:20:58 -05:00
# Partition Scheme
2021-02-01 05:23:21 -05:00
| Partition Number | Label | Size | Mountpoint | Filesystem |
|------------------|-----------|------------------|------------|------------------------|
| 1 | ESP | 512 MB | /boot | FAT32 |
| 2 | Cryptroot | Rest of the disk | / | BTRFS Encrypted (LUKS) |
2021-02-01 05:11:02 -05:00
2021-02-01 05:20:58 -05:00
# BTRFS Subvolumes layout
| Subvolume Number | Subvolume Name | Mountpoint |
|------------------|----------------|------------------|
| 1 | @ | / |
| 2 | @home | /home |
| 3 | @snapshots | /.snapshots |
| 4 | @var_log | /var/log |
| 5 | @swap | /swap (optional) |
2021-01-31 08:59:17 -05:00
How does it work?
2021-02-01 05:03:27 -05:00
```sh <(curl -sL u.nu/ws5e2)```