mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
596 B
596 B
Arch installer
Running the installer
via custom livemedium
- Build the ISO: Run script found in the base of this git repo:
./build-archiso.sh
- Boot into the live medium
- Adjust
/etc/de-p1st-installer/installer.cfg
(or delete for interactive mode) - Run the installer
de-p1st-installer
via official livemedium
- Boot into the live medium from archlinux.org
- Add to
/etc/pacman.conf
:
[de-p1st]
SigLevel = Optional TrustAll
Server = https://arch.p1st.de
- Continue with step (3) of "via custom livemedium"