Difference between revisions of "Build Manjaro ISOs with buildiso"

imported>ABOhiccups
imported>ABOhiccups
Line 245: Line 245:
===Adding AUR packages===
===Adding AUR packages===


If you want to add AUR packages to your ISO, you need to create a local repository and add it to the right <code>pacman-XXXXX.conf</code> file in your ISO profile.  
If you want to add AUR packages to your ISO, you need to create a online repository and add it to the right <code>pacman-XXXXX.conf</code> file in your ISO profile.
 
 
There are two different ways to achieve this. The second way is recommended:
 
* [[Buildiso with AUR packages: Using yaourt]]: This way is easier and faster, but has some disadvantages: First, all packages get installed on your real/host system, too. Second, you can only build packages for your system architecture. This means you cannot build 32bit packages on a 64bit system.
* [[Buildiso with AUR packages: Using buildpkg]]: This way is a little harder and needs more build time. You can easily build and include 32bit packages, even if your host system is 64bit. All packages get installed in a separate build environment and do not affect your real / host system.
 


=manjaro-tools.conf=
=manjaro-tools.conf=
Anonymous user