📗 Table of Contents
My Customized Arch Linux to increase productivity.
- Run
$ make aur
(Download aur packages fromaur_packages
) - Run
$ make build
(Build the archkatze iso file) - Run
$ make docker
(Build the archkatze iso file using docker) - Run
$ make clean
(Clean up temporary directories) - Get the ISO file in the
./out
directory. - You need to have
archiso
installed in your system to use this script, and a working internet connection to pull the packages that we'll embed into the ISO. The embedded packages are detected usingdetect_packages.sh
, will be downloaded inairootfs/root/pkg
, and will be automatically updated when you runbuild.sh
(the ISO-building script). - If you don't want to auto-update the packages when running the script,
edit
customtools.sh
and change the UPDATECACHE variable to 0.
Burn the generated ISO to a DVD or an USB stick.
When you boot it, you'll be greeted by a welcome message that hints you the
necessary steps that you have to follow, so you can run the installation
script (install.sh
).