mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
842 B
842 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 and (optionally) run
screen
(to be able to scroll back in case of any errors) - 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
- (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
- Continue with step (3) of "via custom livemedium"