Difference between revisions of "Build Manjaro ISOs with buildiso"

imported>Excalibur1234
imported>Excalibur1234
Line 124: Line 124:


===Example:===
===Example:===
You can use arguments for more build options. Here a short example (<code>-a</code> let's you build for other architectures. Here, it builds a 32bit ISO image on a 64bit host system. <code>-b</code> let's you specify the branch. You can also set this in your <code>manjaro-tools.conf</code> file):
You can use arguments with the <code>buildiso</code> command for more build options:


  sudo buildiso -p openbox -a i686 -b unstable -q
  sudo buildiso -p xfce-minimal -a i686 -b unstable -q
 
* <code>-a</code> let's you build for other architectures. Here, it builds a 32bit ISO image on a 64bit host system.
* <code>-b</code> let's you specify the branch. You can also set this in your <code>manjaro-tools.conf</code> file.


You can find other examples of builds using different arguments for ''buildiso'' [https://wiki.manjaro.org/index.php?title=Manjaro-tools#buildiso here].
You can find other examples of builds using different arguments for ''buildiso'' [https://wiki.manjaro.org/index.php?title=Manjaro-tools#buildiso here].