1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-09-19 15:14:43 -04:00
Setting up Arch Linux with BTRFS, snapshots and full disk encryption including /boot (UEFI only).
Go to file
2021-02-01 11:23:21 +01:00
easy-arch.sh Documentation. 2021-02-01 11:20:58 +01:00
LICENSE Initial commit 2021-01-31 14:22:42 +01:00
README.md Clarifications. 2021-02-01 11:23:21 +01:00

Partition Scheme

Partition Number Label Size Mountpoint Filesystem
1 ESP 512 MB /boot FAT32
2 Cryptroot Rest of the disk / BTRFS Encrypted (LUKS)

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)