simplify arch partitioning

This commit is contained in:
Malin Freeborn 2021-05-20 06:06:50 +02:00
parent 1421973ca6
commit 5f45d5d43b
1 changed files with 2 additions and 21 deletions

View File

@ -24,28 +24,9 @@ Check disks
Make partition
> fdisk -l
> parted -s /dev/sda mkpart primary ext2 2512 100%
- Boot: 200M
- Swap: Double Ram's a nice standard.
- \/: 15G
- Home: The rest
- var: probably doesn't need a partition, but can be nice if you're
* Worried about filling up with logs.
* Intending to fill up with torrents, which land in /var/.
parted alternative
mklabel gpt
mkpart ESP fat32 1MiB 200MiB
set 1 boot on
name 1 efi
> parted -s /dev/sda set 1 boot on
Use pacstrap to get the base install.