2020-11-09 16:06:28 +00:00
|
|
|
# ArchLinux role
|
|
|
|
|
|
|
|
Bootstraps an arch linux install to a given device. The whole block device is wiped in the process!
|
|
|
|
|
|
|
|
## Requirements:
|
|
|
|
|
2020-11-11 20:16:59 +00:00
|
|
|
`pacman -Syu parted cryptsetup wipefs lsblk blkid mkfs.[fat|ext4|...]`
|
2020-11-09 16:06:28 +00:00
|
|
|
|
|
|
|
Collections:
|
|
|
|
|
|
|
|
- `community.general`
|
|
|
|
- `community.crypto`
|
2020-11-11 20:16:59 +00:00
|
|
|
- `community.posix`
|
|
|
|
|