mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
1.1 KiB
1.1 KiB
Arch installer
Running the installer
Via custom livemedium
- 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
- Boot into the live medium
- (Optional) Run
screen
(to be able to scroll back in case of any errors) - Adjust
/etc/de-p1st-installer/installer.cfg
(or delete it 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) Install screen with a
screenrc
configuration file for long scrollback history
pacman -Sy
pacman -S de-p1st-screen
- Install
de-p1st-installer
to get the install script
pacman -Sy
pacman -S de-p1st-installer
- Continue with step (3) of "Via custom livemedium"