arch/pkg/de-p1st-installer
2021-06-12 12:16:10 +02:00
..
lib minor 2021-05-13 20:23:32 +02:00
de-p1st-installer.sh btrfs: use zstd:1 compression 2021-05-25 22:01:48 +02:00
installer.cfg minor 2021-05-24 18:05:04 +02:00
name-reference-test.sh fix 2021-05-01 13:41:31 +02:00
PKGBUILD btrfs: use zstd:1 compression 2021-05-25 22:01:48 +02:00
README.md minor README improvements 2021-06-12 12:16:10 +02:00

Arch installer

Running the installer

Via custom livemedium

  1. Build custom archiso live medium using docker in privileged mode:
# dependencies: docker, docker-compose

cd build-archiso
sudo docker-compose run archiso
ls out/out_dir/*.iso
  1. Boot into the live medium
  2. (Optional) Run screen (to be able to scroll back in case of any errors)
  3. Adjust /etc/de-p1st-installer/installer.cfg (or delete it for interactive mode)
  4. 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) Install screen with a screenrc configuration file for long scrollback history
pacman -Sy
pacman -S de-p1st-screen
  1. Install de-p1st-installer to get the install script
pacman -Sy
pacman -S de-p1st-installer
  1. Continue with step (3) of "Via custom livemedium"