-
-
Notifications
You must be signed in to change notification settings - Fork 774
Home
Anton Hvornum edited this page Aug 19, 2020
·
16 revisions
Below are a set of quick instructions to build your own ISO.
For a more detailed documentation of the project, see the official documentation.
The best thing you can do, is follow the official documentation for archiso on Arch Linux Wiki.
But the gist is this:
# mkdir -p ./archiso
# cd ./archiso
# cp -r /usr/share/archiso/configs/releng/* ./
We need to update the pacman.conf for the build environment.
The addition will be a custom mirror pointing towards archlife.
[archlife]
Server = https://archlinux.life/$repo/os/$arch
SigLevel = Optional TrustAll
python
archinstall
archinstall is pckaged in the archlife mirror.
While standing in the archiso folder, create and add the following:
# mkdir -p ./airootfs/etc/skel
# cat <<\EOF >> ./airootfs/etc/skel/.zprofile
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && sh -c "archinstall"
EOF
This will auto launch the archinstall command without arguments.
In this mode, it will start a guided installation of archinstall.
This is the same setup you'll find on https://archlinux.life.