arch/pkg/de-p1st-installer
2021-05-03 17:38:10 +02:00
..
lib fix 2021-05-03 17:38:10 +02:00
de-p1st-installer.sh fix 2021-05-03 17:38:10 +02:00
installer.cfg fix 2021-05-03 17:38:10 +02:00
name-reference-test.sh fix 2021-05-01 13:41:31 +02:00
PKGBUILD fix 2021-05-03 17:38:10 +02:00
README.md fix 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:
./build-archiso.sh
  1. Boot into the live medium
  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. Continue with step (3) of "via custom livemedium"