Arch Linux installer - guided, templates etc.
Find a file
2018-04-06 19:51:57 +02:00
archinstall.py Update archinstall.py 2018-04-06 19:01:04 +02:00
README.md Update README.md 2018-04-06 19:51:57 +02:00

archinstall

Just a bare bone arch install

Autorun on Arch Live CD

# cd ~/archlive
# echo "git" >> packages.both
# echo "git clone https://github.com/Torxed/archinstall.git" >> ./airootfs/root/customize_airootfs.sh
# mkdir ./airootfs/etc/skel
# echo '[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && sh -c ~/archinstall/archinstall.py' >> ./airootfs/etc/skel/.zprofile

# rm -v work/build.make_* && ./build.sh -v

Note: ~/archlive might be different on your system, see ArchISO#Setup for more info.

Whenever this live-cd boots, from here on now - it'll run archinstall.py.

Manually run it on a booted Live CD

# git clone https://github.com/Torxed/archinstall.git
# python3 ./archinstall/archinstall.py

Some parameters you can give it

WIP