Build Manjaro ISOs with buildiso
Views
Actions
Namespaces
Variants
Tools
This is a detailed tutorial aimed at beginners how to build Manjaro ISOs.
Manjaro Openbox edition is used as example throughout this tutorial, but there are many more pre-made Manjaro ISO profiles available: cinnamon, enlightenment, gnome, kde, kde5, lxde, lxqt, lxqt-openrc, mate, net, netbook, net-openrc, openbox, openbox-legacy, pekwm-openrc, xfce, xfce-minimal, and xfce-openbox-openrc.
Prerequisites
manjaro-tools-iso-profiles is needed for pre-built Manjaro ISO profiles.
buildiso is needed to build an image/ISO from these profiles. Before March 2015, it used to be part of the manjaroiso package, but now it is integrated into manjaro-tools.
Please make sure you always use the absolute latest manjaro-tools and manjaro-tools-iso-profiles packages available in order to minimize the chance of random or unexplained bugs.
Install manjaro-tools
buildiso has often bugs introduced my new upstream package changes, therefore it is recommended to install the absolute latest version with the most recent bug fixes. A relatively easy way is to install manjaro-tools from the unstable repositories of Manjaro. Alternatively, you can download and build manjaro-tools from GitHub directly.
If you are using the unstable repositories already:
sudo pacman -S manjaro-tools
If you do not use the unstable repositories, you need to install manjaro-tools from the unstable repositories manually:
Please keep in mind that you need to update/re-install this package every time a new version gets released.
Go to this Manjaro mirror in your web browser:
http://mirror.netzspielplatz.de/manjaro/packages/unstable/community/
Choose your architecture and search for the manjaro-tools package and remember its complete name.
Then, use your architecture and the name to install manjaro-tools directly, e.g. with this command:
sudo pacman -U http://mirror.netzspielplatz.de/manjaro/packages/unstable/community/x86_64/manjaro-tools-0.9.6.2-1-any.pkg.tar.xz
Install manjaro-tools-iso-profiles
Clone manjaro-tools-iso-profiles profiles from GitHub (this requires the git package to be installed on your system). Open your terminal in your home directory (or any other directory you want) and type:
git clone https://github.com/manjaro/manjaro-tools-iso-profiles.git
Whenever you want to update the manjaro-tools-iso-profiles directory with the latest files, execute these commands:
cd manjaro-tools-iso-profiles
git pull origin master
ISO profile
You can adjust everything you want to change in your ISO (add packages or other files, adjust settings, etc.) in your profile folder located here:
manjaro-tools-iso-profiles/openbox/
If you want to know how the folder structure in your profile folder works, read:
- this Wiki (not the part about installing manjaroiso)
- this Wiki section
When reading about manjaroiso (either in the link given above or in other places), please note the differences between the old manjaroiso and the new manjaro-tools. The most obvious are in your profile directory manjaro-tools-iso-profiles/openbox
:
- these files are not present anymore:
isolinux
,isomounts
,syslinux
- the
options.conf
file has completely changed and its new equivalent is calledprofile.conf
- the
pacman-i686.conf
andpacman-x86_64.conf
files have been renamed topacman-default.conf
andpacman-multilib.conf
If you want to add AUR packages to your ISO, you need to create a local repository and add it to the corresponding pacman-XXXXX.conf
file. Read here how to do it for manjaroiso (keep the changes between manjaroiso and manajro-tools in mind): How to install AUR packages in ManjaroISO
manjaro-tools.conf
manjaro-tools.conf
is the central configuration file for manjaro-tools/buildiso. Only edit the general and the "buildiso" part to not exceed the scope of this tutorial. If you are not sure what and how to edit it, do not edit it. You can always use arguments with the buildiso
command later.
By default, the systemwide config file is installed in
/etc/manjaro-tools/manjaro-tools.conf
Additionally, a userconfig manjaro-tools.conf
file can be placed in your home directory here:
~/.config/manjaro-tools.conf
If the userconfig is present, manjaro-tools/buildiso will load the userconfig values, however, if variables have been set in the systemwide config file, these values take precedence over the userconfig. Best practice is to leave the systemwide file untouched. By default it is commented and shows just initialization values done in code.
Alternatively, there is a light/short version of this config file in your profile folder called profile.conf
, e.g.:
~/manjaro-tools-iso-profiles/openbox/profile.conf
Build your ISO
Navigate to the manjaro-tools-iso-profiles
folder:
cd manjaro-tools-iso-profiles
Query the settings of buildiso and pretend to build your ISO with the -q
argument. This also gives you a nice overview of what is going to happen:
sudo buildiso -p openbox -q
You need to specify the name of your ISO profile, too. In this case, it is openbox
.
Then, start to build your ISO for real (just remove the -q
argument):
sudo buildiso -p openbox
If the build process fails with an error, start it again.
Attention: The build process needs at least 10 minutes to complete or much longer when you are using HDDs, slow CPUs, or large ISOs.
When the build process finishes successfully, the ISO file and the package list will appear in this folder:
/var/cache/manjaro-tools/iso/
Example:
You can use arguments for more build options. Here a short example (-a
let's you build for other architectures. Here, it builds a 32bit ISO image on a 64bit host system. -b
let's you specify the branch. You can also set this in your manjaro-tools.conf
file):
sudo buildiso -p openbox -a i686 -b unstable -q
You can find other examples of builds using different arguments for buildiso here.
Cleaning your hard drive
After a successful or failed build, you can get rid of most data (the "raw" ISO with all downloaded packages) by deleting this folder:
sudo rm -r /opt/buildiso/openbox/
To clean your system of packages not installed on your system, do:
paccache -ruk0
You can also manually look into
/var/cache/manjaro-tools/
and delete folders or files to your liking.
Please remember that all these packages and files are saved for your convenience. If you clean your system like suggested above, you have to download all packages and build all images again the next time you want to build your own Manjaro ISO.
Further Reading
When you have questions about buildiso, please search for answers in these forum subsections:
- Support for Manjaro-Tools
- Support for ManjaroISO (please keep in mind the differences between manjaroiso and manjaro-tools mentioned here)
Here are some more tutorials of manjaro-tools:
- How to use Manjaro-Tools
- Manjaro-tools
- manjaro-tools on GitHub
- buildiso tutorial
- How To build manjaro ISOs (for beginners)
Or ask on IRC:
Server: irc.freenode.net
Channel: #manjaro