blob: 4fc7fb90c0a4a263f47e327463327699d73fd84b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
```
sudo pacman -S base-devel
cd /tmp
git clone https://github.com/archlinux/archinstall
python3 -m venv .venv
source .venv/bin/activate
pip3 install .
cd -
archinstall --config user_configration.json --plugin aur.py --verbose
```
1. fillout disk configuration
2. fillout disk encryption
3. fill out hostname
|