arch/pkg/de-p1st-installer/README.md
2021-05-14 15:25:25 +02:00

842 B

Arch installer

Running the installer

via custom livemedium

  1. Build the ISO: Run script found in the base of this git repo:
./build-archiso.sh
  1. Boot into the live medium and (optionally) run screen (to be able to scroll back in case of any errors)
  2. Adjust /etc/de-p1st-installer/installer.cfg (or delete for interactive mode)
  3. Run the installer
de-p1st-installer

via official livemedium

  1. Boot into the live medium from archlinux.org
  2. Add to /etc/pacman.conf:
[de-p1st]
SigLevel = Optional TrustAll
Server = https://arch.p1st.de
  1. (Optional) Start screen with long scrollback history (to be able to scroll back in case of any errors)
pacman -Sy
pacman -S de-p1st-screen
screen
  1. Continue with step (3) of "via custom livemedium"