Skip to content

customize iso

Tom edited this page Aug 8, 2019 · 1 revision

If you want to change our iso you can do so. It is rather simple to do.

To add new software to the iso include it in the following file packages.x86_64_client or packages.x86_64_server depending on the build. The software must be inside the main repositories (not the aur). If you want to install aur packages read the repo section of this wiki.

If you need to execute some custom logic eg downloading files or changing permissions use the customize_airootfs.sh_client or customize_airootfs.sh_server files these will be executed during the iso build.

Simply edit these files to your liking to include custom software or configurations.

You can't use makepkg inside the customize_airootfs shell scripts. If you want to install aur packages read the repo section of this wiki

Clone this wiki locally