Difference between revisions of "Build Manjaro ISOs with buildiso"
Views
Actions
Namespaces
Variants
Tools
no edit summary
imported>Excalibur1234 |
imported>Excalibur1234 |
||
Line 219: | Line 219: | ||
===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 | 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. | ||
There are two different ways how to achieve this: | |||
* [[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, a little more complicated, 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 build environment and do not affect your real / host system. | |||