arch/pkg/de-p1st-installer/README.md

33 lines
596 B
Markdown
Raw Normal View History

2021-05-03 17:38:10 +02:00
# Arch installer
## Running the installer
### via custom livemedium
1) Build the ISO: Run script found in the base of this git repo:
```shell
./build-archiso.sh
```
2) Boot into the live medium
3) Adjust `/etc/de-p1st-installer/installer.cfg` (or delete for interactive mode)
4) Run the installer
```shell
de-p1st-installer
```
### via official livemedium
1) Boot into the live medium from [archlinux.org](archlinux.org)
2) Add to `/etc/pacman.conf`:
```shell
[de-p1st]
SigLevel = Optional TrustAll
Server = https://arch.p1st.de
```
3) Continue with step (3) of "via custom livemedium"