arch/pkg/de-p1st-installer
2021-05-14 15:25:25 +02:00
..
lib minor 2021-05-13 20:23:32 +02:00
de-p1st-installer.sh install: autodetect BIOS type 2021-05-13 20:39:25 +02:00
installer.cfg fix xfce4 custom settings 2021-05-14 15:12:23 +02:00
name-reference-test.sh fix 2021-05-01 13:41:31 +02:00
PKGBUILD fix xfce4 custom settings 2021-05-14 15:12:23 +02:00
README.md minor 2021-05-14 15:25:25 +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 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"