blob: 5aa7dbed2efc34c5631b14b3713d367b5b31d768 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Arch install
use `archinstall`
- define `Mirrors`
- adjust `Locales`
- create `Disk configuration`
- adjust `Bootloader`
- set `Swap` to `True`
- set `Hostname`
- add `User account`
- set `Kernels` to `linux, linux-lts`
- set `Additional packages` to `openssh dhcpcd iwd yadm`
- set `Network configuration` to `Copy ISO network configuration`
- adjust `Timezone`
```
yadm clone https://git.dweipert.de/dotfiles
```
|