Difference between revisions of "Build Manjaro ISOs with buildiso"

no edit summary
imported>Excalibur1234
imported>Excalibur1234
Line 214: Line 214:




If you want to add AUR packages to your ISO, you need to create a local repository and add it to the corresponding <code>pacman-XXXXX.conf</code> 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]]
If you want to add AUR packages to your ISO, you need to create a local repository and add it to the right (depending which architecture your system uses) <code>pacman-XXXXX.conf</code> file in your ISO profile.  
  [[buildiso with AUR packages]]
Read here how to do it:  [[Buildiso with AUR packages]]
 
 
==Changes between ''manjaroiso'' and ''manajro-tools''==
 
When reading about ''manjaroiso'' (either in the links given on Wiki page 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 <code>manjaro-tools-iso-profiles/openbox</code>:
* these files are not present anymore: <code>isolinux</code>, <code>isomounts</code>, <code>syslinux</code>
* the <code>options.conf</code> file has completely changed and its new equivalent is called <code>profile.conf</code>
* the <code>pacman-i686.conf</code> and <code>pacman-x86_64.conf</code> files have been renamed to <code>pacman-default.conf</code> and <code>pacman-multilib.conf</code>. They are no longer required.




Line 318: Line 310:
* [https://github.com/manjaro/manjaro-tools manjaro-tools on GitHub]
* [https://github.com/manjaro/manjaro-tools manjaro-tools on GitHub]
* [https://forum.manjaro.org/index.php?topic=21976.0 buildiso tutorial]
* [https://forum.manjaro.org/index.php?topic=21976.0 buildiso tutorial]
* [[buildiso with AUR packages]]
* [[Buildiso with AUR packages]]