# 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"