arch/pkg/de-p1st-installer
2021-06-18 21:46:50 +02:00
..
lib add AUR packages 2021-06-16 20:21:21 +02:00
de-p1st-installer.sh installer: create holoscript with disk uuid instead if directly modifying /etc/default/grub 2021-06-18 17:51:45 +02:00
example-headless-docker.cfg fix 2021-06-14 20:41:52 +02:00
example-vbox.cfg improve README; minor; 2021-06-18 21:46:50 +02:00
installer.cfg fix 2021-06-14 20:35:20 +02:00
name-reference-test.sh fix 2021-05-01 13:41:31 +02:00
PKGBUILD installer: create holoscript with disk uuid instead if directly modifying /etc/default/grub 2021-06-18 17:51:45 +02:00
README.md improve README; minor; 2021-06-18 21:46:50 +02:00

Arch Installer

Running the installer

Via ssh and 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

On the target computer:

  1. Boot into the live medium
  2. Connect to the Internet

On some other computer:

  1. Connect to target computer via ssh
  1. Copy and adjust one of the example configurations (/etc/de-p1st-installer/*.cfg) to /etc/de-p1st-installer/installer.cfg
    • This step is optional. If skipped, then (most) of this can be entered interactively
  2. Run the installer:
de-p1st-installer

Via official livemedium

  1. Boot into official live medium
  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

# And then start it with:
screen
  1. Install de-p1st-installer to get the install script
pacman -Sy
pacman -S de-p1st-installer
  1. Continue with step (5) of "Via custom livemedium"